@simplybusiness/theme-simplybusiness 1.26.2 → 1.26.3

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,13 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.26.3
4
+
5
+ ### Patch Changes
6
+
7
+ - c6a2c58: adjust css to fix partial quotes ui
8
+ - Updated dependencies [c6a2c58]
9
+ - @simplybusiness/mobius-journey@8.49.1
10
+
3
11
  ## 1.26.2
4
12
 
5
13
  ### Patch Changes
package/dist/index.css CHANGED
@@ -4076,42 +4076,38 @@ svg:not(:host).svg-inline--mobius-icon{
4076
4076
  margin-top:0;
4077
4077
  }
4078
4078
  }
4079
- .partial-quotes-referral__container.partial-quotes-referral__container--grid.partial-quotes-referral-b{
4079
+ .partial-quotes-referral__container{
4080
4080
  display:grid;
4081
4081
  grid-row:span 4;
4082
4082
  height:100%;
4083
4083
  }
4084
- .partial-quotes-referral__container.partial-quotes-referral__container--grid.partial-quotes-referral-b .partial-quotes-referral__insurer-panel{
4084
+ .partial-quotes-referral__container--grid .partial-quotes-referral__insurer-panel{
4085
4085
  display:grid;
4086
4086
  grid-template-columns:repeat(3, 1fr);
4087
4087
  }
4088
- .partial-quotes-referral__container.partial-quotes-referral__container--grid.partial-quotes-referral-b .partial-quotes-referral-logo{
4088
+ .partial-quotes-referral-logo{
4089
4089
  object-position:center;
4090
4090
  }
4091
4091
  @media (min-width: 850px){
4092
- .partial-quotes-referral__container.partial-quotes-referral__container--grid.partial-quotes-referral-b .partial-quotes-referral__main{
4092
+ .partial-quotes-referral__container--grid .partial-quotes-referral__main{
4093
4093
  grid-template-columns:unset;
4094
4094
  }
4095
- .partial-quotes-referral__container.partial-quotes-referral__container--banner.partial-quotes-referral-b .partial-quotes-referral__main{
4095
+ .partial-quotes-referral__container--banner .partial-quotes-referral__main{
4096
4096
  grid-template-columns:2fr 3fr;
4097
4097
  }
4098
-
4099
- .partial-quotes-referral__container.partial-quotes-referral__container--grid.partial-quotes-referral__container-variant-b .partial-quotes-referral__main{
4098
+ .partial-quotes-referral__container-variant-b .partial-quotes-referral__main{
4100
4099
  grid-template-columns:none;
4101
4100
  }
4102
-
4103
- .partial-quotes-referral__container.partial-quotes-referral-b .partial-quotes-referral__insurer-panel{
4101
+ .partial-quotes-referral__insurer-panel{
4104
4102
  grid-template-columns:repeat(5, minmax(75px, 1fr));
4105
4103
  justify-content:center;
4106
4104
  align-content:space-around;
4107
4105
  }
4108
-
4109
- .partial-quotes-referral__container.partial-quotes-referral__container--grid.partial-quotes-referral-b .partial-quotes-referral__insurer-panel{
4106
+ .partial-quotes-referral__container--grid .partial-quotes-referral__insurer-panel{
4110
4107
  grid-template-columns:repeat(3, minmax(75px, 1fr));
4111
4108
  gap:var(--size-xs);
4112
4109
  }
4113
-
4114
- .partial-quotes-referral__container.partial-quotes-referral-b .partial-quotes-referral-logo{
4110
+ .partial-quotes-referral-logo{
4115
4111
  width:75px;
4116
4112
  height:25px;
4117
4113
  }
@@ -4201,19 +4197,18 @@ svg:not(:host).svg-inline--mobius-icon{
4201
4197
  }
4202
4198
  .partial-quotes-referral__insurer-panel{
4203
4199
  display:grid;
4204
- grid-template-columns:repeat(auto-fit, minmax(96px, 1fr));
4200
+ grid-template-columns:repeat(auto-fit, minmax(80px, 1fr));
4205
4201
  gap:var(--size-xs);
4206
4202
  opacity:0.8;
4207
4203
  }
4208
4204
  .partial-quotes-referral__insurer-panel *{
4209
4205
  justify-self:center;
4210
4206
  }
4211
- .partial-quotes-referral-logo{
4212
- width:64px;
4207
+ .partial-quotes-referral-logo.mobius-quote-details__logo{
4208
+ width:80px;
4213
4209
  height:30px;
4214
4210
  object-fit:contain;
4215
4211
  object-position:center;
4216
- gap:var(--size-xs);
4217
4212
  }
4218
4213
  @media (min-width: 850px){
4219
4214
  .partial-quotes-referral__main{
@@ -4224,16 +4219,6 @@ svg:not(:host).svg-inline--mobius-icon{
4224
4219
  grid-template-columns:repeat(2, 1fr);
4225
4220
  grid-template-rows:1fr;
4226
4221
  }
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
4222
  }
4238
4223
  .mobius-quote-card__coverage{
4239
4224
  flex-grow:1;
@@ -4688,14 +4673,14 @@ svg:not(:host).svg-inline--mobius-icon{
4688
4673
  gap:var(--size-sm);
4689
4674
  align-items:flex-end;
4690
4675
  }
4691
- :where([data-variant="without-qdp-drawer"]) .mobius-quote-actions__button{
4676
+ :is(:where([data-variant="referral-reasons"]),:where([data-variant="without-qdp-drawer"])) .mobius-quote-actions__button{
4692
4677
  margin-top:0;
4693
4678
  }
4694
- :where([data-variant="without-qdp-drawer"]) .mobius-quote-actions__button--is-details{
4679
+ :is(:where([data-variant="referral-reasons"]),:where([data-variant="without-qdp-drawer"])) .mobius-quote-actions__button--is-details{
4695
4680
  display:none;
4696
4681
  }
4697
4682
  @media (min-width: 850px){
4698
- :where([data-variant="without-qdp-drawer"]) .mobius-quote-actions__button--is-details{
4683
+ :is(:where([data-variant="referral-reasons"]),:where([data-variant="without-qdp-drawer"])) .mobius-quote-actions__button--is-details{
4699
4684
  display:block;
4700
4685
  }
4701
4686
  }
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.3",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -27,10 +27,10 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@simplybusiness/mobius": "^5.30.1",
30
- "@simplybusiness/mobius-chatbot": "^1.4.17",
30
+ "@simplybusiness/mobius-chatbot": "^1.4.18",
31
31
  "@simplybusiness/mobius-datepicker": "^6.7.4",
32
- "@simplybusiness/mobius-interventions": "^1.74.2",
33
- "@simplybusiness/mobius-journey": "^8.48.0",
32
+ "@simplybusiness/mobius-interventions": "^1.74.3",
33
+ "@simplybusiness/mobius-journey": "^8.49.1",
34
34
  "@simplybusiness/theme-core": "^7.9.1"
35
35
  },
36
36
  "devDependencies": {
package/src/index.css CHANGED
@@ -43,7 +43,7 @@
43
43
  @import "@simplybusiness/mobius-journey/src/components/QuoteCards/ExperimentGridView/QuoteCard/Header/Header.css";
44
44
  @import "@simplybusiness/mobius-journey/src/components/QuoteCards/ExperimentGridView/QuoteCard/PricingUK/Pricing.css";
45
45
  @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";
46
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/ExperimentGridView/PartialQuotesReferral/PartialQuotesReferral.css";
47
47
  @import "@simplybusiness/mobius-journey/src/components/QuoteCards/NoQuotesCard/NoQuotesCard.css";
48
48
  @import "@simplybusiness/mobius-journey/src/components/QuoteCards/NoQuotesReferral/NoQuotesReferral.css";
49
49
  @import "@simplybusiness/mobius-journey/src/components/QuoteCards/PartialQuotesReferral/PartialQuotesReferral.css";