@simplybusiness/theme-simplybusiness 2.6.0 → 2.6.1

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,14 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 2.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d1d7990]
8
+ - Updated dependencies [76d49c1]
9
+ - Updated dependencies [ee2e382]
10
+ - @simplybusiness/mobius-journey@11.8.0
11
+
3
12
  ## 2.6.0
4
13
 
5
14
  ### Minor Changes
package/dist/index.css CHANGED
@@ -5880,54 +5880,54 @@ svg:not(:host).svg-inline--mobius-icon{
5880
5880
  justify-content:flex-start;
5881
5881
  }
5882
5882
  }
5883
- .agreement-content{
5883
+ .mobius-underwriter-legal-agreements__agreement-content{
5884
5884
  color:var(--color-text-medium);
5885
5885
  }
5886
- .agreement-content :is(h1, h2, h3, h4, h5, h6){
5886
+ .mobius-underwriter-legal-agreements__agreement-content :is(h1, h2, h3, h4, h5, h6){
5887
5887
  color:var(--color-text);
5888
5888
  margin-top:0;
5889
5889
  margin-bottom:15px;
5890
5890
  }
5891
- .agreement-content h1,
5892
- .agreement-content h2,
5893
- .agreement-content h3{
5891
+ .mobius-underwriter-legal-agreements__agreement-content h1,
5892
+ .mobius-underwriter-legal-agreements__agreement-content h2,
5893
+ .mobius-underwriter-legal-agreements__agreement-content h3{
5894
5894
  text-align:center;
5895
5895
  }
5896
- .agreement-content .client_information{
5896
+ .mobius-underwriter-legal-agreements__agreement-content .client_information{
5897
5897
  margin-top:10px;
5898
5898
  margin-bottom:10px;
5899
5899
  }
5900
- .agreement-content .client_information p{
5900
+ .mobius-underwriter-legal-agreements__agreement-content .client_information p{
5901
5901
  margin:1px;
5902
5902
  }
5903
- .agreement-content .signature_block{
5903
+ .mobius-underwriter-legal-agreements__agreement-content .signature_block{
5904
5904
  margin-top:10px;
5905
5905
  margin-bottom:10px;
5906
5906
  }
5907
- .agreement-content .signature_block p,
5908
- .agreement-content .signature_block h4{
5907
+ .mobius-underwriter-legal-agreements__agreement-content .signature_block p,
5908
+ .mobius-underwriter-legal-agreements__agreement-content .signature_block h4{
5909
5909
  margin:1px;
5910
5910
  }
5911
- .agreement-content .signature{
5911
+ .mobius-underwriter-legal-agreements__agreement-content .signature{
5912
5912
  width:200px;
5913
5913
  height:auto;
5914
5914
  font-size:20px;
5915
5915
  }
5916
- .bullet-list{
5916
+ .mobius-underwriter-legal-agreements__bullet-list{
5917
5917
  margin:0;
5918
5918
  padding-left:20px;
5919
5919
  list-style:none;
5920
5920
  }
5921
- .carrier-title{
5921
+ .mobius-underwriter-legal-agreements__carrier-title{
5922
5922
  font-size:24px;
5923
5923
  font-weight:600;
5924
5924
  margin-bottom:20px;
5925
5925
  color:var(--color-text);
5926
5926
  }
5927
- .checkbox{
5927
+ .mobius-underwriter-legal-agreements__checkbox{
5928
5928
  display:none;
5929
5929
  }
5930
- .checkbox-container{
5930
+ .mobius-underwriter-legal-agreements__checkbox-container{
5931
5931
  border:1px solid var(--color-border);
5932
5932
  border-radius:10px;
5933
5933
  padding:20px;
@@ -5937,25 +5937,25 @@ svg:not(:host).svg-inline--mobius-icon{
5937
5937
  gap:15px;
5938
5938
  padding:25px 25px 25px 15px;
5939
5939
  }
5940
- .checkbox-label{
5940
+ .mobius-underwriter-legal-agreements__checkbox-label{
5941
5941
  color:var(--color-text-medium);
5942
5942
  cursor:pointer;
5943
5943
  flex:1;
5944
5944
  }
5945
- .form-actions{
5945
+ .mobius-underwriter-legal-agreements__form-actions{
5946
5946
  margin-top:80px;
5947
5947
  display:flex;
5948
5948
  justify-content:space-between;
5949
5949
  align-items:center;
5950
5950
  }
5951
- .main-checkbox{
5951
+ .mobius-underwriter-legal-agreements__main-checkbox{
5952
5952
  display:none;
5953
5953
  }
5954
- .legal-agreements-column{
5954
+ .mobius-underwriter-legal-agreements__legal-agreements-column{
5955
5955
  flex:1;
5956
5956
  min-width:0;
5957
5957
  }
5958
- .page-container{
5958
+ .mobius-underwriter-legal-agreements__page-container{
5959
5959
  margin:0 auto;
5960
5960
  padding:20px;
5961
5961
  font-family:Arial, sans-serif;
@@ -5964,12 +5964,12 @@ svg:not(:host).svg-inline--mobius-icon{
5964
5964
  gap:40px;
5965
5965
  }
5966
5966
  @media (max-width: 768px){
5967
- .page-container{
5967
+ .mobius-underwriter-legal-agreements__page-container{
5968
5968
  flex-direction:column;
5969
5969
  gap:20px;
5970
5970
  }
5971
5971
  }
5972
- .page-title{
5972
+ .mobius-underwriter-legal-agreements__page-title{
5973
5973
  font-weight:bold;
5974
5974
  font-size:32px;
5975
5975
  margin-top:0;
@@ -5977,29 +5977,23 @@ svg:not(:host).svg-inline--mobius-icon{
5977
5977
  padding-bottom:0;
5978
5978
  color:var(--color-text);
5979
5979
  }
5980
- .price-summary-column{
5980
+ .mobius-underwriter-legal-agreements__price-summary-column{
5981
5981
  width:340px;
5982
5982
  flex-shrink:0;
5983
5983
  }
5984
5984
  @media (max-width: 768px){
5985
- .price-summary-column{
5985
+ .mobius-underwriter-legal-agreements__price-summary-column{
5986
5986
  width:100%;
5987
5987
  }
5988
5988
  }
5989
- .scrollable-section{
5990
- height:100%;
5991
- box-sizing:border-box;
5992
- overflow-y:scroll;
5993
- padding-right:10px;
5994
- }
5995
- .section-title{
5989
+ .mobius-underwriter-legal-agreements__section-title{
5996
5990
  font-size:20px;
5997
5991
  font-weight:600;
5998
5992
  margin-top:10px;
5999
5993
  margin-bottom:10px;
6000
5994
  color:var(--color-text);
6001
5995
  }
6002
- .styled-checkbox{
5996
+ .mobius-underwriter-legal-agreements__styled-checkbox{
6003
5997
  height:25px;
6004
5998
  width:25px;
6005
5999
  border:2px solid var(--color-border);
@@ -6010,11 +6004,11 @@ svg:not(:host).svg-inline--mobius-icon{
6010
6004
  border-radius:3px;
6011
6005
  border-color:var(--color-primary-light);
6012
6006
  }
6013
- .styled-checkbox.checked{
6007
+ .mobius-underwriter-legal-agreements__styled-checkbox.checked{
6014
6008
  background-color:var(--color-primary);
6015
6009
  border-color:var(--color-primary);
6016
6010
  }
6017
- .styled-checkbox::after{
6011
+ .mobius-underwriter-legal-agreements__styled-checkbox::after{
6018
6012
  content:"";
6019
6013
  position:absolute;
6020
6014
  top:2.5px;
@@ -6026,33 +6020,11 @@ svg:not(:host).svg-inline--mobius-icon{
6026
6020
  transform:rotate(45deg);
6027
6021
  opacity:0;
6028
6022
  }
6029
- .styled-checkbox.checked::after{
6023
+ .mobius-underwriter-legal-agreements__styled-checkbox.checked::after{
6030
6024
  border:solid var(--color-text-inverted);
6031
6025
  border-width:0 4px 4px 0;
6032
6026
  opacity:1;
6033
6027
  }
6034
- .styled-container{
6035
- margin-bottom:30px;
6036
- border:1px solid var(--color-border);
6037
- border-radius:10px;
6038
- padding-top:30px;
6039
- padding-bottom:15px;
6040
- height:400px;
6041
- box-sizing:border-box;
6042
- position:relative;
6043
- border-radius:10px;
6044
- margin-bottom:20px;
6045
- }
6046
- .styled-container::after{
6047
- content:" ";
6048
- width:100%;
6049
- height:30px;
6050
- background:linear-gradient(to top, var(--color-background), rgb(255 255 255 / 50%));
6051
- position:absolute;
6052
- bottom:0;
6053
- left:0;
6054
- border-radius:10px;
6055
- }
6056
6028
  .mobius-trust-section__header{
6057
6029
  border-bottom-right-radius:0;
6058
6030
  border-bottom-left-radius:0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -30,7 +30,7 @@
30
30
  "@simplybusiness/mobius-chatbot": "^2.0.30",
31
31
  "@simplybusiness/mobius-datepicker": "^7.1.24",
32
32
  "@simplybusiness/mobius-interventions": "^3.1.2",
33
- "@simplybusiness/mobius-journey": "^11.7.0",
33
+ "@simplybusiness/mobius-journey": "^11.8.0",
34
34
  "@simplybusiness/theme-core": "^7.13.21"
35
35
  },
36
36
  "devDependencies": {