@simplybusiness/theme-simplybusiness 1.26.2 → 1.26.4

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 CHANGED
@@ -1,5 +1,28 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.26.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 1de6412: Added Trade Question
8
+ - Updated dependencies [c9e7331]
9
+ - Updated dependencies [cf4c163]
10
+ - Updated dependencies [1de6412]
11
+ - @simplybusiness/mobius-journey@8.52.0
12
+ - @simplybusiness/mobius@5.31.2
13
+ - @simplybusiness/mobius-chatbot@1.4.19
14
+ - @simplybusiness/mobius-datepicker@6.7.5
15
+ - @simplybusiness/mobius-interventions@1.75.2
16
+ - @simplybusiness/theme-core@7.9.2
17
+
18
+ ## 1.26.3
19
+
20
+ ### Patch Changes
21
+
22
+ - c6a2c58: adjust css to fix partial quotes ui
23
+ - Updated dependencies [c6a2c58]
24
+ - @simplybusiness/mobius-journey@8.49.1
25
+
3
26
  ## 1.26.2
4
27
 
5
28
  ### Patch Changes
package/dist/index.css CHANGED
@@ -926,7 +926,7 @@ a.mobius-button:focus-visible,
926
926
  .mobius-loading-indicator{
927
927
  color:var(--color-primary);
928
928
  }
929
- @media (prefers-reduced-motion: ){
929
+ @media (prefers-reduced-motion: reduce){
930
930
  :root,
931
931
  :host,
932
932
  ::backdrop{
@@ -3911,6 +3911,9 @@ svg:not(:host).svg-inline--mobius-icon{
3911
3911
  .mobius-radio-buttons-question.--is-vertical .mobius-radio__label:not(:last-child){
3912
3912
  margin-bottom:var(--size-sm);
3913
3913
  }
3914
+ .mobius-trade-question__note{
3915
+ margin-top:var(--size-sm);
3916
+ }
3914
3917
  .mobius-section{
3915
3918
  margin-bottom:var(--size-xxl);
3916
3919
  }
@@ -4076,42 +4079,38 @@ svg:not(:host).svg-inline--mobius-icon{
4076
4079
  margin-top:0;
4077
4080
  }
4078
4081
  }
4079
- .partial-quotes-referral__container.partial-quotes-referral__container--grid.partial-quotes-referral-b{
4082
+ .partial-quotes-referral__container{
4080
4083
  display:grid;
4081
4084
  grid-row:span 4;
4082
4085
  height:100%;
4083
4086
  }
4084
- .partial-quotes-referral__container.partial-quotes-referral__container--grid.partial-quotes-referral-b .partial-quotes-referral__insurer-panel{
4087
+ .partial-quotes-referral__container--grid .partial-quotes-referral__insurer-panel{
4085
4088
  display:grid;
4086
4089
  grid-template-columns:repeat(3, 1fr);
4087
4090
  }
4088
- .partial-quotes-referral__container.partial-quotes-referral__container--grid.partial-quotes-referral-b .partial-quotes-referral-logo{
4091
+ .partial-quotes-referral-logo{
4089
4092
  object-position:center;
4090
4093
  }
4091
4094
  @media (min-width: 850px){
4092
- .partial-quotes-referral__container.partial-quotes-referral__container--grid.partial-quotes-referral-b .partial-quotes-referral__main{
4095
+ .partial-quotes-referral__container--grid .partial-quotes-referral__main{
4093
4096
  grid-template-columns:unset;
4094
4097
  }
4095
- .partial-quotes-referral__container.partial-quotes-referral__container--banner.partial-quotes-referral-b .partial-quotes-referral__main{
4098
+ .partial-quotes-referral__container--banner .partial-quotes-referral__main{
4096
4099
  grid-template-columns:2fr 3fr;
4097
4100
  }
4098
-
4099
- .partial-quotes-referral__container.partial-quotes-referral__container--grid.partial-quotes-referral__container-variant-b .partial-quotes-referral__main{
4101
+ .partial-quotes-referral__container-variant-b .partial-quotes-referral__main{
4100
4102
  grid-template-columns:none;
4101
4103
  }
4102
-
4103
- .partial-quotes-referral__container.partial-quotes-referral-b .partial-quotes-referral__insurer-panel{
4104
+ .partial-quotes-referral__insurer-panel{
4104
4105
  grid-template-columns:repeat(5, minmax(75px, 1fr));
4105
4106
  justify-content:center;
4106
4107
  align-content:space-around;
4107
4108
  }
4108
-
4109
- .partial-quotes-referral__container.partial-quotes-referral__container--grid.partial-quotes-referral-b .partial-quotes-referral__insurer-panel{
4109
+ .partial-quotes-referral__container--grid .partial-quotes-referral__insurer-panel{
4110
4110
  grid-template-columns:repeat(3, minmax(75px, 1fr));
4111
4111
  gap:var(--size-xs);
4112
4112
  }
4113
-
4114
- .partial-quotes-referral__container.partial-quotes-referral-b .partial-quotes-referral-logo{
4113
+ .partial-quotes-referral-logo{
4115
4114
  width:75px;
4116
4115
  height:25px;
4117
4116
  }
@@ -4201,19 +4200,18 @@ svg:not(:host).svg-inline--mobius-icon{
4201
4200
  }
4202
4201
  .partial-quotes-referral__insurer-panel{
4203
4202
  display:grid;
4204
- grid-template-columns:repeat(auto-fit, minmax(96px, 1fr));
4203
+ grid-template-columns:repeat(auto-fit, minmax(80px, 1fr));
4205
4204
  gap:var(--size-xs);
4206
4205
  opacity:0.8;
4207
4206
  }
4208
4207
  .partial-quotes-referral__insurer-panel *{
4209
4208
  justify-self:center;
4210
4209
  }
4211
- .partial-quotes-referral-logo{
4212
- width:64px;
4210
+ .partial-quotes-referral-logo.mobius-quote-details__logo{
4211
+ width:80px;
4213
4212
  height:30px;
4214
4213
  object-fit:contain;
4215
4214
  object-position:center;
4216
- gap:var(--size-xs);
4217
4215
  }
4218
4216
  @media (min-width: 850px){
4219
4217
  .partial-quotes-referral__main{
@@ -4224,16 +4222,6 @@ svg:not(:host).svg-inline--mobius-icon{
4224
4222
  grid-template-columns:repeat(2, 1fr);
4225
4223
  grid-template-rows:1fr;
4226
4224
  }
4227
-
4228
- .partial-quotes-referral__insurer-panel{
4229
- grid-template-columns:repeat(auto-fit, minmax(128px, 1fr));
4230
- gap:var(--size-md);
4231
- }
4232
-
4233
- .partial-quotes-referral-logo{
4234
- width:128px;
4235
- height:60px;
4236
- }
4237
4225
  }
4238
4226
  .mobius-quote-card__coverage{
4239
4227
  flex-grow:1;
@@ -4688,14 +4676,14 @@ svg:not(:host).svg-inline--mobius-icon{
4688
4676
  gap:var(--size-sm);
4689
4677
  align-items:flex-end;
4690
4678
  }
4691
- :where([data-variant="without-qdp-drawer"]) .mobius-quote-actions__button{
4679
+ :is(:where([data-variant="referral-reasons"]),:where([data-variant="without-qdp-drawer"])) .mobius-quote-actions__button{
4692
4680
  margin-top:0;
4693
4681
  }
4694
- :where([data-variant="without-qdp-drawer"]) .mobius-quote-actions__button--is-details{
4682
+ :is(:where([data-variant="referral-reasons"]),:where([data-variant="without-qdp-drawer"])) .mobius-quote-actions__button--is-details{
4695
4683
  display:none;
4696
4684
  }
4697
4685
  @media (min-width: 850px){
4698
- :where([data-variant="without-qdp-drawer"]) .mobius-quote-actions__button--is-details{
4686
+ :is(:where([data-variant="referral-reasons"]),:where([data-variant="without-qdp-drawer"])) .mobius-quote-actions__button--is-details{
4699
4687
  display:block;
4700
4688
  }
4701
4689
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.26.2",
3
+ "version": "1.26.4",
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.30.1",
30
- "@simplybusiness/mobius-chatbot": "^1.4.17",
31
- "@simplybusiness/mobius-datepicker": "^6.7.4",
32
- "@simplybusiness/mobius-interventions": "^1.74.2",
33
- "@simplybusiness/mobius-journey": "^8.48.0",
34
- "@simplybusiness/theme-core": "^7.9.1"
29
+ "@simplybusiness/mobius": "^5.31.2",
30
+ "@simplybusiness/mobius-chatbot": "^1.4.19",
31
+ "@simplybusiness/mobius-datepicker": "^6.7.5",
32
+ "@simplybusiness/mobius-interventions": "^1.75.2",
33
+ "@simplybusiness/mobius-journey": "^8.52.0",
34
+ "@simplybusiness/theme-core": "^7.9.2"
35
35
  },
36
36
  "devDependencies": {
37
37
  "css-loader": "^7.1.2",
package/src/index.css CHANGED
@@ -34,6 +34,7 @@
34
34
  @import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Question/Question.css";
35
35
  @import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Question/QuestionFactory/questions/DateQuestion/DateQuestion.css";
36
36
  @import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Question/QuestionFactory/questions/RadioButtonsQuestion/RadioButtonsQuestion.css";
37
+ @import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Question/QuestionFactory/questions/TradeQuestion/TradeQuestion.css";
37
38
  @import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Section.css";
38
39
  @import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Submission.css";
39
40
  @import "@simplybusiness/mobius-journey/src/components/Questionnaire/SecurityLocks/SecurityLocks.css";
@@ -43,7 +44,7 @@
43
44
  @import "@simplybusiness/mobius-journey/src/components/QuoteCards/ExperimentGridView/QuoteCard/Header/Header.css";
44
45
  @import "@simplybusiness/mobius-journey/src/components/QuoteCards/ExperimentGridView/QuoteCard/PricingUK/Pricing.css";
45
46
  @import "@simplybusiness/mobius-journey/src/components/QuoteCards/ExperimentGridView/QuoteCard/QuoteActions/QuoteActions.css";
46
- @import "@simplybusiness/mobius-journey/src/components/QuoteCards/ExperimentGridView/PartialQuotesReferral/PartialQuotesReferralB/PartialQuotesReferralB.css";
47
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/ExperimentGridView/PartialQuotesReferral/PartialQuotesReferral.css";
47
48
  @import "@simplybusiness/mobius-journey/src/components/QuoteCards/NoQuotesCard/NoQuotesCard.css";
48
49
  @import "@simplybusiness/mobius-journey/src/components/QuoteCards/NoQuotesReferral/NoQuotesReferral.css";
49
50
  @import "@simplybusiness/mobius-journey/src/components/QuoteCards/PartialQuotesReferral/PartialQuotesReferral.css";