@simplybusiness/theme-simplybusiness 2.0.8 → 2.0.9

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,15 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 2.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [43ce9be]
8
+ - Updated dependencies [fa4b62a]
9
+ - Updated dependencies [b532ad0]
10
+ - @simplybusiness/mobius-journey@10.3.0
11
+ - @simplybusiness/mobius-interventions@2.4.0
12
+
3
13
  ## 2.0.8
4
14
 
5
15
  ### Patch Changes
package/dist/index.css CHANGED
@@ -4699,6 +4699,22 @@ svg:not(:host).svg-inline--mobius-icon{
4699
4699
  margin-bottom:0;
4700
4700
  }
4701
4701
  }
4702
+ .mobius-quote-card__bind-able{
4703
+ color:white;
4704
+ background:#3a854b;
4705
+ margin-top:0;
4706
+ max-width:fit-content;
4707
+ padding:0.25em;
4708
+ border-radius:.25em;
4709
+ }
4710
+ .mobius-quote-card__bind-disable{
4711
+ color:white;
4712
+ background-color:#0e2932;
4713
+ margin-top:0;
4714
+ max-width:fit-content;
4715
+ padding:0.25em;
4716
+ border-radius:.25em;
4717
+ }
4702
4718
  .mobius-quote-card__explainer-title{
4703
4719
  color:var(--color-text-medium);
4704
4720
  -webkit-text-decoration:underline;
@@ -4859,6 +4875,16 @@ svg:not(:host).svg-inline--mobius-icon{
4859
4875
  .mobius-quote-card__pricing-period-suffix.--is-uk.mobius-text{
4860
4876
  font-weight:var(--font-weight-normal);
4861
4877
  }
4878
+ .mobius-quote-card__bind-sub-text{
4879
+ color:gray;
4880
+ margin-top:var(--size-xxs);
4881
+ margin-bottom:var(--size-xxs);
4882
+ }
4883
+ .mobius-quote-card__bind-phone-number{
4884
+ display:inline;
4885
+ color:black;
4886
+ margin:0;
4887
+ }
4862
4888
  .mobius-quote-actions-form{
4863
4889
  display:flex;
4864
4890
  justify-content:flex-end;
@@ -4905,6 +4931,11 @@ svg:not(:host).svg-inline--mobius-icon{
4905
4931
  min-width:var(--quote-actions-button-width, 0);
4906
4932
  }
4907
4933
  }
4934
+ .mobius-quote-actions__link-button{
4935
+ display:inline-flex;
4936
+ align-items:center;
4937
+ justify-content:center;
4938
+ }
4908
4939
  .mobius-quote-details__drawer.mobius-drawer{
4909
4940
  height:100%;
4910
4941
  height:100dvh;
@@ -5114,6 +5145,44 @@ svg:not(:host).svg-inline--mobius-icon{
5114
5145
  .mobius-payment-info__total-container{
5115
5146
  padding:var(--size-sm) var(--size-sm) var(--size-xs);
5116
5147
  }
5148
+ .mobius-referred-quotes-call-display__bind-sub-text{
5149
+ color:gray;
5150
+ text-align:center;
5151
+ justify-content:center;
5152
+ align-items:center;
5153
+ font-weight:var(--font-weight-normal);
5154
+ margin:0;
5155
+ }
5156
+ .mobius-referred-quotes-call-display__qcp-phone-number{
5157
+ color:black;
5158
+ font-size:var(--font-size-lead);
5159
+ margin:0;
5160
+ }
5161
+ .mobius-referred-quotes-call-display__qds-phone-number{
5162
+ color:black;
5163
+ -webkit-text-decoration:underline;
5164
+ text-decoration:underline;
5165
+ font-size:var(--font-size-lead);
5166
+ margin:0;
5167
+ }
5168
+ .mobius-referred-quotes-call-display__button{
5169
+ margin-top:1rem;
5170
+ flex:1 1 0;
5171
+ min-width:0;
5172
+ font-size:var(--font-size-regular);
5173
+ font-weight:var(--font-weight-bold);
5174
+ text-align:center;
5175
+ }
5176
+ @media (min-width: 850px){
5177
+ .mobius-referred-quotes-call-display__button{
5178
+ min-width:var(--quote-actions-button-width, 0);
5179
+ }
5180
+ }
5181
+ .mobius-referred-quotes-call-displays__link-button{
5182
+ display:inline-flex;
5183
+ align-items:center;
5184
+ justify-content:center;
5185
+ }
5117
5186
  .mobius-quote-card{
5118
5187
  display:grid;
5119
5188
  grid-template-areas:"header" "pricing" "coverage" "actions";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -29,8 +29,8 @@
29
29
  "@simplybusiness/mobius": "^6.1.0",
30
30
  "@simplybusiness/mobius-chatbot": "^2.0.1",
31
31
  "@simplybusiness/mobius-datepicker": "^7.1.0",
32
- "@simplybusiness/mobius-interventions": "^2.3.0",
33
- "@simplybusiness/mobius-journey": "^10.2.3",
32
+ "@simplybusiness/mobius-interventions": "^2.4.0",
33
+ "@simplybusiness/mobius-journey": "^10.3.0",
34
34
  "@simplybusiness/theme-core": "^7.11.0"
35
35
  },
36
36
  "devDependencies": {
package/src/index.css CHANGED
@@ -66,6 +66,7 @@
66
66
  @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/QuoteActions/QuoteDetails/CertificateOfInsurance/CertificateOfInsurance.css";
67
67
  @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/QuoteActions/QuoteDetails/Footer.css";
68
68
  @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/QuoteActions/QuoteDetails/PaymentInformation/PaymentInformation.css";
69
+ @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/QuoteActions/QuoteDetails/ReferredQuotesCallDisplay/ReferredQuotesCallDisplay.css";
69
70
  @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/QuoteCard.css";
70
71
  @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/QuoteCardBadges/QuoteCardBadges.css";
71
72
  @import "@simplybusiness/mobius-journey/src/components/QuoteCards/QuoteCard/Tag/Tag.css";