@simplybusiness/theme-simplybusiness 1.24.5 → 1.26.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 +31 -0
- package/dist/index.css +15 -12
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.26.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 6bbda62: default styling on radio when first child is an icon
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [8717379]
|
|
12
|
+
- Updated dependencies [6bbda62]
|
|
13
|
+
- @simplybusiness/mobius-interventions@1.74.0
|
|
14
|
+
- @simplybusiness/mobius@5.30.0
|
|
15
|
+
- @simplybusiness/theme-core@7.9.0
|
|
16
|
+
|
|
17
|
+
## 1.25.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- aa497d6: Add min price for secondary trade IM
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- bee7b47: Alias for colors to respect the palette
|
|
26
|
+
- Updated dependencies [bee7b47]
|
|
27
|
+
- Updated dependencies [51eef71]
|
|
28
|
+
- Updated dependencies [e15147a]
|
|
29
|
+
- Updated dependencies [aa497d6]
|
|
30
|
+
- Updated dependencies [3611956]
|
|
31
|
+
- @simplybusiness/theme-core@7.8.9
|
|
32
|
+
- @simplybusiness/mobius-journey@8.47.0
|
|
33
|
+
|
|
3
34
|
## 1.24.5
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -1337,6 +1337,12 @@ a.mobius-button:focus-visible,
|
|
|
1337
1337
|
margin-bottom:var(--size-xs);
|
|
1338
1338
|
padding-top:calc(var(--size-xxs) - 1px);
|
|
1339
1339
|
}
|
|
1340
|
+
.mobius-radio__label.--has-icon-first .mobius-radio__content{
|
|
1341
|
+
display:grid;
|
|
1342
|
+
align-items:center;
|
|
1343
|
+
grid-template-columns:var(--size-md) 1fr;
|
|
1344
|
+
gap:var(--size-xs);
|
|
1345
|
+
}
|
|
1340
1346
|
.mobius-segment-group{
|
|
1341
1347
|
box-sizing:border-box;
|
|
1342
1348
|
display:flex;
|
|
@@ -2418,7 +2424,8 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
2418
2424
|
--color-primary-light:var(--color-azure-400);
|
|
2419
2425
|
--color-primary-lighter:var(--color-azure-300);
|
|
2420
2426
|
--color-primary:var(--color-azure-500);
|
|
2421
|
-
--color-primary-
|
|
2427
|
+
--color-primary-darker:var(--color-azure-600);
|
|
2428
|
+
--color-primary-hover:var(--color-primary-darker);
|
|
2422
2429
|
--color-secondary:var(--color-azure-500);
|
|
2423
2430
|
--color-secondary-hover:var(--color-azure-600);
|
|
2424
2431
|
--color-focus:var(--color-bubblegum-500);
|
|
@@ -4428,15 +4435,6 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4428
4435
|
font-size:var(--font-size-regular);
|
|
4429
4436
|
padding:calc(var(--size-xs) + var(--size-xxs)) calc(var(--size-sm) + 2px);
|
|
4430
4437
|
}
|
|
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
4438
|
.mobius-quote-card__deductibles-title.--is-p{
|
|
4441
4439
|
margin-top:4px;
|
|
4442
4440
|
margin-bottom:0;
|
|
@@ -5419,14 +5417,12 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5419
5417
|
padding:var(--size-lg) var(--size-sm);
|
|
5420
5418
|
flex-direction:column;
|
|
5421
5419
|
align-items:flex-start;
|
|
5422
|
-
row-gap:var(--size-xs);
|
|
5423
5420
|
align-self:stretch;
|
|
5424
5421
|
border-radius:var(--size-xs);
|
|
5425
5422
|
font-size:var(--font-size-3);
|
|
5426
5423
|
line-height:var(--size-md);
|
|
5427
5424
|
border:1px solid var(--color-neutral-300);
|
|
5428
5425
|
background:var(--color-neutral-100);
|
|
5429
|
-
max-height:116px;
|
|
5430
5426
|
width:inherit;
|
|
5431
5427
|
}
|
|
5432
5428
|
.mobius-pre-qcp__additional-rfq-body .bold-text{
|
|
@@ -5454,6 +5450,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5454
5450
|
margin:0 0 var(--size-xs) 0;
|
|
5455
5451
|
}
|
|
5456
5452
|
.mobius-pre-qcp__pre-qcp-continuation-subtext{
|
|
5453
|
+
margin-top:var(--size-xs);
|
|
5457
5454
|
font-weight:var(--font-weight-normal);
|
|
5458
5455
|
text-align:left;
|
|
5459
5456
|
padding-left:var(--size-sm);
|
|
@@ -5463,6 +5460,12 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5463
5460
|
line-height:var(--font-size-4);
|
|
5464
5461
|
border-left:var(--size-xxs) solid var(--color-info);
|
|
5465
5462
|
}
|
|
5463
|
+
.mobius-pre-qcp__quoted-subtext{
|
|
5464
|
+
margin:var(--size-xs) 0 var(--size-xs) 0;
|
|
5465
|
+
}
|
|
5466
|
+
.mobius-pre-qcp__button-container{
|
|
5467
|
+
padding-top:var(--size-xs);
|
|
5468
|
+
}
|
|
5466
5469
|
.mobius-skip-to-next-coverage{
|
|
5467
5470
|
display:flex;
|
|
5468
5471
|
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.26.0",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"./fonts": "./dist/fonts.css"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@simplybusiness/mobius": "^5.
|
|
29
|
+
"@simplybusiness/mobius": "^5.30.0",
|
|
30
30
|
"@simplybusiness/mobius-chatbot": "^1.4.16",
|
|
31
31
|
"@simplybusiness/mobius-datepicker": "^6.7.3",
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^1.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^8.
|
|
34
|
-
"@simplybusiness/theme-core": "^7.
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^1.74.0",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^8.47.0",
|
|
34
|
+
"@simplybusiness/theme-core": "^7.9.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"css-loader": "^7.1.2",
|