@simplybusiness/theme-simplybusiness 1.3.6 → 1.4.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 +50 -3
- package/package.json +9 -9
- package/src/index.css +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- be5467a: Add the SkipToNextCoverage component
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [4984b57]
|
|
12
|
+
- Updated dependencies [c5cc020]
|
|
13
|
+
- Updated dependencies [1fa9b7e]
|
|
14
|
+
- Updated dependencies [77d9534]
|
|
15
|
+
- Updated dependencies [9f9cbc5]
|
|
16
|
+
- Updated dependencies [be5467a]
|
|
17
|
+
- Updated dependencies [b3b961b]
|
|
18
|
+
- Updated dependencies [cdf3d77]
|
|
19
|
+
- @simplybusiness/mobius@5.12.0
|
|
20
|
+
- @simplybusiness/mobius-journey@6.20.0
|
|
21
|
+
- @simplybusiness/mobius-datepicker@6.0.19
|
|
22
|
+
- @simplybusiness/theme-core@7.2.10
|
|
23
|
+
|
|
24
|
+
## 1.3.7
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [902cee3]
|
|
29
|
+
- @simplybusiness/mobius@5.11.1
|
|
30
|
+
- @simplybusiness/mobius-datepicker@6.0.18
|
|
31
|
+
- @simplybusiness/mobius-journey@6.19.1
|
|
32
|
+
- @simplybusiness/theme-core@7.2.9
|
|
33
|
+
|
|
3
34
|
## 1.3.6
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -491,11 +491,14 @@ a.mobius-button:focus-visible,
|
|
|
491
491
|
padding:var(--option-padding);
|
|
492
492
|
cursor:pointer;
|
|
493
493
|
}
|
|
494
|
-
.mobius-combobox__option:hover
|
|
495
|
-
.mobius-combobox__option--is-highlighted{
|
|
494
|
+
.mobius-combobox__option:hover{
|
|
496
495
|
background-color:var(--color-primary);
|
|
497
496
|
color:var(--color-neutral-100);
|
|
498
497
|
}
|
|
498
|
+
.mobius-combobox__option--is-highlighted{
|
|
499
|
+
background-color:var(--color-primary-light);
|
|
500
|
+
color:var(--color-neutral-100);
|
|
501
|
+
}
|
|
499
502
|
[role="group"]{
|
|
500
503
|
margin:0;
|
|
501
504
|
padding:0;
|
|
@@ -1863,8 +1866,10 @@ a.mobius-button:focus-visible,
|
|
|
1863
1866
|
.mobius-text-field__prefix-inside,
|
|
1864
1867
|
.mobius-text-field__suffix-inside{
|
|
1865
1868
|
display:flex;
|
|
1866
|
-
color:var(--color-primary-light);
|
|
1867
1869
|
}
|
|
1870
|
+
:is(.mobius-text-field__prefix-inside,.mobius-text-field__suffix-inside):not(.--is-invalid):not(.--is-disabled){
|
|
1871
|
+
color:var(--color-primary-light);
|
|
1872
|
+
}
|
|
1868
1873
|
.mobius-button:is(.mobius-text-field__prefix-inside,.mobius-text-field__suffix-inside){
|
|
1869
1874
|
min-height:100%;
|
|
1870
1875
|
border-radius:0;
|
|
@@ -3524,6 +3529,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3524
3529
|
:root,
|
|
3525
3530
|
:host{
|
|
3526
3531
|
--section-max-width:552px;
|
|
3532
|
+
--questionnaire-list-icon:url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%22448%22 height%3D%22512%22 viewbox%3D%220 0 24 24%22%3E %3Cpath d%3D%22M448 130L431 147 177.5 399.2l-16.9 16.9-16.9-16.9L17 273.1 0 256.2l33.9-34 17 16.9L160.6 348.3 397.1 112.9l17-16.9L448 130z%22 fill%3D%22%23e943c9%22 %2F%3E%3C%2Fsvg%3E");
|
|
3527
3533
|
}
|
|
3528
3534
|
.mobius-section{
|
|
3529
3535
|
margin-bottom:var(--size-xxl);
|
|
@@ -3549,6 +3555,19 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3549
3555
|
display:grid;
|
|
3550
3556
|
gap:var(--size-lg);
|
|
3551
3557
|
}
|
|
3558
|
+
.mobius-section ul{
|
|
3559
|
+
display:flex;
|
|
3560
|
+
flex-direction:column;
|
|
3561
|
+
gap:var(--size-xs);
|
|
3562
|
+
padding-left:0;
|
|
3563
|
+
list-style-type:none;
|
|
3564
|
+
}
|
|
3565
|
+
:is(.mobius-section ul) li{
|
|
3566
|
+
background:var(--questionnaire-list-icon);
|
|
3567
|
+
background-size:contain;
|
|
3568
|
+
background-repeat:no-repeat;
|
|
3569
|
+
padding-left:var(--size-lg);
|
|
3570
|
+
}
|
|
3552
3571
|
.mobius-no-quotes-card{
|
|
3553
3572
|
margin:0;
|
|
3554
3573
|
border:1px solid var(--color-border);
|
|
@@ -4391,6 +4410,21 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4391
4410
|
.mobius-quote-card__badges.--is-uk .mobius-quote-card__badge{
|
|
4392
4411
|
width:150px;
|
|
4393
4412
|
}
|
|
4413
|
+
.mobius-quote-card__badges.--is-mobile{
|
|
4414
|
+
display:flex;
|
|
4415
|
+
}
|
|
4416
|
+
.mobius-quote-card__badges.--is-desktop{
|
|
4417
|
+
display:none;
|
|
4418
|
+
}
|
|
4419
|
+
@media (min-width: 850px){
|
|
4420
|
+
.mobius-quote-card__badges.--is-mobile{
|
|
4421
|
+
display:none;
|
|
4422
|
+
}
|
|
4423
|
+
|
|
4424
|
+
.mobius-quote-card__badges.--is-desktop{
|
|
4425
|
+
display:flex;
|
|
4426
|
+
}
|
|
4427
|
+
}
|
|
4394
4428
|
@supports (-webkit-touch-callout: none) and (not (translate: none)){
|
|
4395
4429
|
.mobius-quote-card__badges:not(:last-child){
|
|
4396
4430
|
margin-bottom:var(--size-xs);
|
|
@@ -4584,6 +4618,19 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4584
4618
|
-webkit-text-decoration:underline;
|
|
4585
4619
|
text-decoration:underline;
|
|
4586
4620
|
}
|
|
4621
|
+
.mobius-skip-to-next-coverage{
|
|
4622
|
+
display:flex;
|
|
4623
|
+
padding:26px 16px;
|
|
4624
|
+
margin-bottom:10px;
|
|
4625
|
+
flex-direction:column;
|
|
4626
|
+
align-items:flex-start;
|
|
4627
|
+
align-self:stretch;
|
|
4628
|
+
border-radius:8px;
|
|
4629
|
+
font-size:16px;
|
|
4630
|
+
line-height:24px;
|
|
4631
|
+
border:1px solid var(--color-border);
|
|
4632
|
+
background-color:var(--color-background);
|
|
4633
|
+
}
|
|
4587
4634
|
.mobius-referral{
|
|
4588
4635
|
display:grid;
|
|
4589
4636
|
column-gap:var(--size-xl);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -26,25 +26,25 @@
|
|
|
26
26
|
"./fonts": "./dist/fonts.css"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@simplybusiness/mobius": "^5.
|
|
30
|
-
"@simplybusiness/mobius-datepicker": "^6.0.
|
|
31
|
-
"@simplybusiness/mobius-journey": "^6.
|
|
32
|
-
"@simplybusiness/theme-core": "^7.2.
|
|
29
|
+
"@simplybusiness/mobius": "^5.12.0",
|
|
30
|
+
"@simplybusiness/mobius-datepicker": "^6.0.19",
|
|
31
|
+
"@simplybusiness/mobius-journey": "^6.20.0",
|
|
32
|
+
"@simplybusiness/theme-core": "^7.2.10"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"css-loader": "^7.1.2",
|
|
36
|
-
"mini-css-extract-plugin": "^2.9.
|
|
37
|
-
"postcss": "^8.4.
|
|
36
|
+
"mini-css-extract-plugin": "^2.9.2",
|
|
37
|
+
"postcss": "^8.4.49",
|
|
38
38
|
"postcss-discard-comments": "^7.0.3",
|
|
39
39
|
"postcss-import": "^16.1.0",
|
|
40
40
|
"postcss-loader": "^8.1.1",
|
|
41
41
|
"postcss-nested": "^6.2.0",
|
|
42
|
-
"postcss-preset-env": "^10.
|
|
42
|
+
"postcss-preset-env": "^10.1.1",
|
|
43
43
|
"postcss-url": "^10.1.3",
|
|
44
44
|
"resolve-url-loader": "^5.0.0",
|
|
45
45
|
"ts-loader": "^9.5.1",
|
|
46
46
|
"typescript": "^5.6.3",
|
|
47
|
-
"webpack": "^5.
|
|
47
|
+
"webpack": "^5.96.1",
|
|
48
48
|
"webpack-cli": "^5.1.4"
|
|
49
49
|
}
|
|
50
50
|
}
|
package/src/index.css
CHANGED
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
@import "@simplybusiness/mobius-journey/src/components/QuoteCards/Section/Section.css";
|
|
55
55
|
@import "@simplybusiness/mobius-journey/src/components/QuoteCards/Unquotable/Unquotable.css";
|
|
56
56
|
@import "@simplybusiness/mobius-journey/src/components/QuoteHelp/QuoteHelp.css";
|
|
57
|
+
@import "@simplybusiness/mobius-journey/src/components/SkipToNextCoverage/SkipToNextCoverage.css";
|
|
57
58
|
@import "@simplybusiness/mobius-journey/src/components/Referral/Referral.css";
|
|
58
59
|
@import "@simplybusiness/mobius-journey/src/components/Referral/TrustSection/TrustSection.css";
|
|
59
60
|
@import "@simplybusiness/mobius-journey/src/components/shared/PaymentToggle/PaymentToggle.css";
|