@simplybusiness/theme-simplybusiness 1.17.15 → 1.17.18
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 +23 -0
- package/dist/index.css +48 -48
- package/package.json +3 -3
- package/src/index.css +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.17.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [864260c]
|
|
8
|
+
- @simplybusiness/mobius-interventions@1.35.0
|
|
9
|
+
|
|
10
|
+
## 1.17.17
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [5d0c40b]
|
|
15
|
+
- Updated dependencies [d42fecf]
|
|
16
|
+
- Updated dependencies [75e8cab]
|
|
17
|
+
- @simplybusiness/mobius-journey@8.12.0
|
|
18
|
+
|
|
19
|
+
## 1.17.16
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [07fa05b]
|
|
24
|
+
- @simplybusiness/mobius-interventions@1.34.0
|
|
25
|
+
|
|
3
26
|
## 1.17.15
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -2807,54 +2807,6 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
2807
2807
|
.mobius-agent-resources .mobius-link-button{
|
|
2808
2808
|
text-align:center;
|
|
2809
2809
|
}
|
|
2810
|
-
.mobius-child-question__primary-text{
|
|
2811
|
-
color:var(--color-text);
|
|
2812
|
-
}
|
|
2813
|
-
@media only screen and (min-width: 641px){
|
|
2814
|
-
.mobius-child-question__input-wrapper{
|
|
2815
|
-
display:grid;
|
|
2816
|
-
grid-template-columns:2fr 1fr;
|
|
2817
|
-
}
|
|
2818
|
-
}
|
|
2819
|
-
.mobius-cover-option{
|
|
2820
|
-
box-sizing:border-box;
|
|
2821
|
-
width:100%;
|
|
2822
|
-
padding:var(--size-sm);
|
|
2823
|
-
line-height:var(--line-height-normal);
|
|
2824
|
-
border:var(--border-default);
|
|
2825
|
-
border-color:var(--color-neutral-300);
|
|
2826
|
-
border-radius:var(--radius-1);
|
|
2827
|
-
transition:border-color 0.15s;
|
|
2828
|
-
}
|
|
2829
|
-
.mobius-cover-option--is-checked{
|
|
2830
|
-
border-color:var(--color-primary);
|
|
2831
|
-
}
|
|
2832
|
-
.mobius-cover-option--is-error{
|
|
2833
|
-
border-color:var(--color-error);
|
|
2834
|
-
}
|
|
2835
|
-
.mobius-cover-option--is-checked .mobius-cover-option__primary-text{
|
|
2836
|
-
color:unset;
|
|
2837
|
-
}
|
|
2838
|
-
.mobius-cover-option__header{
|
|
2839
|
-
margin-bottom:10px;
|
|
2840
|
-
}
|
|
2841
|
-
.mobius-cover-option__primary-text{
|
|
2842
|
-
margin:0;
|
|
2843
|
-
color:var(--color-text-medium);
|
|
2844
|
-
}
|
|
2845
|
-
.mobius-cover-option .mobius-accordion__content{
|
|
2846
|
-
color:var(--color-text-medium);
|
|
2847
|
-
}
|
|
2848
|
-
.mobius-cover-option .mobius-select__outer{
|
|
2849
|
-
margin-top:var(--size-sm)
|
|
2850
|
-
}
|
|
2851
|
-
.mobius-cover-option__limit-button{
|
|
2852
|
-
padding:0;
|
|
2853
|
-
margin-bottom:10px;
|
|
2854
|
-
}
|
|
2855
|
-
.mobius-cover-option__limit-button .mobius-icon{
|
|
2856
|
-
margin-left:var(--size-xxs);
|
|
2857
|
-
}
|
|
2858
2810
|
.mobius-cover-toggles-container__outer.--is-payment-aside{
|
|
2859
2811
|
display:grid;
|
|
2860
2812
|
grid-template-columns:1fr;
|
|
@@ -3469,6 +3421,54 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3469
3421
|
order:2;
|
|
3470
3422
|
}
|
|
3471
3423
|
}
|
|
3424
|
+
.mobius-child-question__primary-text{
|
|
3425
|
+
color:var(--color-text);
|
|
3426
|
+
}
|
|
3427
|
+
@media only screen and (min-width: 641px){
|
|
3428
|
+
.mobius-child-question__input-wrapper{
|
|
3429
|
+
display:grid;
|
|
3430
|
+
grid-template-columns:2fr 1fr;
|
|
3431
|
+
}
|
|
3432
|
+
}
|
|
3433
|
+
.mobius-cover-option{
|
|
3434
|
+
box-sizing:border-box;
|
|
3435
|
+
width:100%;
|
|
3436
|
+
padding:var(--size-sm);
|
|
3437
|
+
line-height:var(--line-height-normal);
|
|
3438
|
+
border:var(--border-default);
|
|
3439
|
+
border-color:var(--color-neutral-300);
|
|
3440
|
+
border-radius:var(--radius-1);
|
|
3441
|
+
transition:border-color 0.15s;
|
|
3442
|
+
}
|
|
3443
|
+
.mobius-cover-option--is-checked{
|
|
3444
|
+
border-color:var(--color-primary);
|
|
3445
|
+
}
|
|
3446
|
+
.mobius-cover-option--is-error{
|
|
3447
|
+
border-color:var(--color-error);
|
|
3448
|
+
}
|
|
3449
|
+
.mobius-cover-option--is-checked .mobius-cover-option__primary-text{
|
|
3450
|
+
color:unset;
|
|
3451
|
+
}
|
|
3452
|
+
.mobius-cover-option__header{
|
|
3453
|
+
margin-bottom:10px;
|
|
3454
|
+
}
|
|
3455
|
+
.mobius-cover-option__primary-text{
|
|
3456
|
+
margin:0;
|
|
3457
|
+
color:var(--color-text-medium);
|
|
3458
|
+
}
|
|
3459
|
+
.mobius-cover-option .mobius-accordion__content{
|
|
3460
|
+
color:var(--color-text-medium);
|
|
3461
|
+
}
|
|
3462
|
+
.mobius-cover-option .mobius-select__outer{
|
|
3463
|
+
margin-top:var(--size-sm)
|
|
3464
|
+
}
|
|
3465
|
+
.mobius-cover-option__limit-button{
|
|
3466
|
+
padding:0;
|
|
3467
|
+
margin-bottom:10px;
|
|
3468
|
+
}
|
|
3469
|
+
.mobius-cover-option__limit-button .mobius-icon{
|
|
3470
|
+
margin-left:var(--size-xxs);
|
|
3471
|
+
}
|
|
3472
3472
|
.mobius-insurance-benefits{
|
|
3473
3473
|
padding:var(--size-lg) var(--size-sm);
|
|
3474
3474
|
background-color:var(--color-background-highlight);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.18",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"@simplybusiness/mobius": "^5.26.1",
|
|
30
30
|
"@simplybusiness/mobius-chatbot": "^1.0.8",
|
|
31
31
|
"@simplybusiness/mobius-datepicker": "^6.5.11",
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^1.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^8.
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^1.35.0",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^8.12.0",
|
|
34
34
|
"@simplybusiness/theme-core": "^7.6.7"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
package/src/index.css
CHANGED
|
@@ -10,8 +10,6 @@
|
|
|
10
10
|
@import "@simplybusiness/mobius-journey/src/components/AgentActions/AgentActions.css";
|
|
11
11
|
@import "@simplybusiness/mobius-journey/src/components/AgentReferral/InfoCard/InfoCard.css";
|
|
12
12
|
@import "@simplybusiness/mobius-journey/src/components/AgentResources/AgentResources.css";
|
|
13
|
-
@import "@simplybusiness/mobius-journey/src/components/CoverOptions/ChildQuestion/ChildQuestion.css";
|
|
14
|
-
@import "@simplybusiness/mobius-journey/src/components/CoverOptions/CoverOption/CoverOption.css";
|
|
15
13
|
@import "@simplybusiness/mobius-journey/src/components/CoverTogglesContainer/CoverTogglesContainer.css";
|
|
16
14
|
@import "@simplybusiness/mobius-journey/src/components/CoverageSummary/CoverageSummary.css";
|
|
17
15
|
@import "@simplybusiness/mobius-journey/src/components/CoverageSummary/PaymentSummary/PaymentSummary.css";
|
|
@@ -25,6 +23,8 @@
|
|
|
25
23
|
@import "@simplybusiness/mobius-journey/src/components/Headline/QuoteHeadline.css";
|
|
26
24
|
@import "@simplybusiness/mobius-journey/src/components/NextCoverage/NextCoverage.css";
|
|
27
25
|
@import "@simplybusiness/mobius-journey/src/components/PersonalisedCover/PersonalisedCover.css";
|
|
26
|
+
@import "@simplybusiness/mobius-journey/src/components/PersonalisedCover/CoverOptions/ChildQuestion/ChildQuestion.css";
|
|
27
|
+
@import "@simplybusiness/mobius-journey/src/components/PersonalisedCover/CoverOptions/CoverOption/CoverOption.css";
|
|
28
28
|
@import "@simplybusiness/mobius-journey/src/components/PreFooter/InsuranceBenefits.css";
|
|
29
29
|
@import "@simplybusiness/mobius-journey/src/components/PreFooter/PreFooter.css";
|
|
30
30
|
@import "@simplybusiness/mobius-journey/src/components/ProgressSteps/ProgressSteps.css";
|