@simplybusiness/theme-simplybusiness 1.22.6 → 1.22.7

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
+ ## 1.22.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [bf1d1d8]
8
+ - Updated dependencies [85d72d7]
9
+ - Updated dependencies [46dd39c]
10
+ - @simplybusiness/mobius-interventions@1.65.0
11
+ - @simplybusiness/mobius-journey@8.35.0
12
+
3
13
  ## 1.22.6
4
14
 
5
15
  ### Patch Changes
package/dist/index.css CHANGED
@@ -6753,35 +6753,6 @@ svg:not(:host).svg-inline--mobius-icon{
6753
6753
  display:block;
6754
6754
  }
6755
6755
  }
6756
- .star-rating__footer{
6757
- box-sizing:border-box;
6758
- position:fixed;
6759
- left:0;
6760
- bottom:0;
6761
- width:100%;
6762
- background-color:var(--color-background-highlight);
6763
- box-shadow:0 -2px 5px rgba(0, 0, 0, 0.1);
6764
- padding:var(--size-sm);
6765
- display:grid;
6766
- grid-template-columns:1fr auto;
6767
- align-items:center;
6768
- z-index:1000;
6769
- transition:opacity var(--transition-standard), transform var(--transition-standard);
6770
- }
6771
- .star-rating__footer--hidden{
6772
- opacity:0;
6773
- display:none;
6774
- pointer-events:none;
6775
- }
6776
- .star-rating__content{
6777
- display:grid;
6778
- grid-template-columns:auto 1fr auto;
6779
- align-items:center;
6780
- width:100%;
6781
- max-width:1000px;
6782
- margin:0 auto;
6783
- gap:var(--size-sm);
6784
- }
6785
6756
  .star-rating__text{
6786
6757
  display:grid;
6787
6758
  grid-template-columns:auto 1fr;
@@ -6802,18 +6773,20 @@ svg:not(:host).svg-inline--mobius-icon{
6802
6773
  max-height:50px;
6803
6774
  width:auto;
6804
6775
  }
6776
+ .star-rating .sticky__content{
6777
+ grid-template-columns:auto 1fr auto;
6778
+ }
6805
6779
  .star-rating__button-text{
6806
6780
  -webkit-text-decoration:underline;
6807
6781
  text-decoration:underline;
6808
6782
  }
6809
6783
  @media (max-width: 768px){
6810
- .star-rating__footer{
6784
+ .sticky__footer{
6811
6785
  grid-template-columns:1fr;
6812
6786
  align-items:flex-start;
6813
- padding:var(--size-sm);
6814
6787
  }
6815
6788
 
6816
- .star-rating__content{
6789
+ .star-rating .sticky__content{
6817
6790
  grid-template-columns:1fr;
6818
6791
  gap:var(--size-xs);
6819
6792
  align-items:flex-start;
@@ -6847,40 +6820,11 @@ svg:not(:host).svg-inline--mobius-icon{
6847
6820
  max-width:110px;
6848
6821
  }
6849
6822
  }
6850
- .discount-voucher__footer{
6851
- box-sizing:border-box;
6852
- position:fixed;
6853
- bottom:0;
6854
- width:100%;
6855
- background-color:var(--color-background-highlight);
6856
- box-shadow:0 -2px 5px rgba(0, 0, 0, 0.1);
6857
- padding:var(--size-sm);
6858
- display:grid;
6859
- grid-template-columns:1fr auto;
6860
- align-items:center;
6861
- z-index:1000;
6862
- transition:opacity 0.5s ease, transform 0.5s ease;
6863
- left:0;
6864
- }
6865
- .discount-voucher__footer--hidden{
6866
- opacity:0;
6867
- transform:translateY(100%);
6868
- pointer-events:none;
6869
- }
6870
- .discount-voucher__content{
6871
- display:grid;
6872
- grid-template-columns:1fr auto;
6873
- align-items:center;
6874
- width:100%;
6875
- max-width:1000px;
6876
- margin:0 auto;
6877
- gap:16px;
6878
- }
6879
6823
  .discount-voucher__text{
6880
6824
  display:grid;
6881
6825
  grid-template-columns:auto 1fr;
6882
6826
  align-items:center;
6883
- gap:16px;
6827
+ gap:var(--size-sm);
6884
6828
  }
6885
6829
  .discount-voucher__text-icon{
6886
6830
  color:var(--color-accent);
@@ -6895,7 +6839,7 @@ svg:not(:host).svg-inline--mobius-icon{
6895
6839
  }
6896
6840
  .discount-voucher__images{
6897
6841
  display:grid;
6898
- gap:16px;
6842
+ gap:var(--size-sm);
6899
6843
  }
6900
6844
  .discount-voucher__image{
6901
6845
  max-height:50px;
@@ -6925,7 +6869,7 @@ svg:not(:host).svg-inline--mobius-icon{
6925
6869
  max-width:1000px;
6926
6870
  margin:0 auto;
6927
6871
  }
6928
- .discount-voucher__content .mobius-link{
6872
+ .sticky__content .mobius-link{
6929
6873
  -webkit-text-decoration:none;
6930
6874
  text-decoration:none;
6931
6875
  }
@@ -6939,8 +6883,7 @@ svg:not(:host).svg-inline--mobius-icon{
6939
6883
  grid-template-columns:1fr auto;
6940
6884
  }
6941
6885
 
6942
- .discount-voucher__footer{
6943
- padding:var(--size-sm);
6886
+ .sticky__footer{
6944
6887
  grid-template-columns:1fr auto;
6945
6888
  }
6946
6889
 
@@ -6960,10 +6903,6 @@ svg:not(:host).svg-inline--mobius-icon{
6960
6903
  display:none;
6961
6904
  }
6962
6905
 
6963
- .discount-voucher__content{
6964
- grid-template-columns:auto;
6965
- }
6966
-
6967
6906
  .mobius-discount-voucher-button.discount-voucher__button{
6968
6907
  width:100%;
6969
6908
  }
@@ -6977,48 +6916,15 @@ svg:not(:host).svg-inline--mobius-icon{
6977
6916
  display:none;
6978
6917
  }
6979
6918
 
6980
- .discount-voucher__footer{
6919
+ .sticky__footer{
6981
6920
  padding:var(--size-xs);
6982
6921
  grid-template-columns:1fr auto;
6983
6922
  }
6984
6923
 
6985
- .discount-voucher__content{
6986
- grid-template-columns:auto;
6987
- }
6988
-
6989
6924
  .mobius-discount-voucher-button.discount-voucher__button{
6990
6925
  width:100%;
6991
6926
  }
6992
6927
  }
6993
- .reassurance__footer{
6994
- box-sizing:border-box;
6995
- position:fixed;
6996
- bottom:0;
6997
- width:100%;
6998
- background-color:var(--color-background-highlight);
6999
- box-shadow:0 -2px 5px rgba(0, 0, 0, 0.1);
7000
- padding:var(--size-sm);
7001
- display:grid;
7002
- grid-template-columns:1fr auto;
7003
- align-items:center;
7004
- z-index:1000;
7005
- transition:opacity 0.5s ease, transform 0.5s ease;
7006
- left:0;
7007
- }
7008
- .reassurance__footer--hidden{
7009
- opacity:0;
7010
- transform:translateY(100%);
7011
- pointer-events:none;
7012
- }
7013
- .reassurance__content{
7014
- display:grid;
7015
- grid-template-columns:1fr auto;
7016
- align-items:center;
7017
- width:100%;
7018
- max-width:1000px;
7019
- margin:0 auto;
7020
- gap:var(--size-sm);
7021
- }
7022
6928
  .reassurance__text{
7023
6929
  display:grid;
7024
6930
  grid-template-columns:auto 1fr;
@@ -7055,22 +6961,11 @@ svg:not(:host).svg-inline--mobius-icon{
7055
6961
  .mobius-reassurance-button.reassurance__button--mobile{
7056
6962
  display:none;
7057
6963
  }
7058
- .reassurance__content-desktop-container{
7059
- display:grid;
7060
- grid-template-columns:auto 1fr;
7061
- align-items:center;
7062
- width:100%;
7063
- max-width:1000px;
7064
- margin:0 auto;
7065
- }
7066
6964
  .reassurance__terms-and-conditions{
7067
6965
  margin:0;
7068
6966
  font-size:var(--font-size-1);
7069
6967
  }
7070
6968
  @media (max-width: 768px){
7071
- .reassurance__footer{
7072
- padding:var(--size-sm);
7073
- }
7074
6969
 
7075
6970
  .reassurance__headline{
7076
6971
  font-weight:bold;
@@ -7080,58 +6975,15 @@ svg:not(:host).svg-inline--mobius-icon{
7080
6975
  width:100%;
7081
6976
  }
7082
6977
 
7083
- .reassurance__content{
7084
- grid-template-columns:auto;
7085
- }
7086
-
7087
6978
  .mobius-reassurance-button.reassurance__button{
7088
6979
  width:100%;
7089
6980
  }
7090
6981
  }
7091
6982
  @media (max-width: 320px){
7092
-
7093
- .reassurance__footer{
7094
- padding:var(--size-xs);
7095
- grid-template-columns:auto;
7096
- }
7097
-
7098
- .reassurance__content{
7099
- grid-template-columns:auto;
7100
- }
7101
-
7102
6983
  .mobius-reassurance-button.reassurance__button{
7103
6984
  width:100%;
7104
6985
  }
7105
6986
  }
7106
- .trade-social-proofing__footer{
7107
- box-sizing:border-box;
7108
- position:fixed;
7109
- bottom:0;
7110
- width:100%;
7111
- background-color:var(--color-background-highlight);
7112
- box-shadow:0 -2px 5px rgba(0, 0, 0, 0.1);
7113
- padding:var(--size-sm);
7114
- display:grid;
7115
- grid-template-columns:1fr auto;
7116
- align-items:center;
7117
- z-index:1000;
7118
- transition:opacity 0.5s ease, transform 0.5s ease;
7119
- left:0;
7120
- }
7121
- .trade-social-proofing__footer--hidden{
7122
- opacity:0;
7123
- transform:translateY(100%);
7124
- pointer-events:none;
7125
- }
7126
- .trade-social-proofing__content{
7127
- display:grid;
7128
- grid-template-columns:1fr auto;
7129
- align-items:center;
7130
- width:100%;
7131
- max-width:1000px;
7132
- margin:0 auto;
7133
- gap:var(--size-sm);
7134
- }
7135
6987
  .trade-social-proofing__text{
7136
6988
  display:grid;
7137
6989
  grid-template-columns:auto 1fr;
@@ -7168,23 +7020,11 @@ svg:not(:host).svg-inline--mobius-icon{
7168
7020
  .mobius-trade-social-proofing-button.trade-social-proofing__button--mobile{
7169
7021
  display:none;
7170
7022
  }
7171
- .trade-social-proofing__content-desktop-container{
7172
- display:grid;
7173
- grid-template-columns:auto 1fr;
7174
- align-items:center;
7175
- width:100%;
7176
- max-width:1000px;
7177
- margin:0 auto;
7178
- }
7179
7023
  .trade-social-proofing__terms-and-conditions{
7180
7024
  margin:0;
7181
7025
  font-size:var(--font-size-1);
7182
7026
  }
7183
7027
  @media (max-width: 768px){
7184
- .trade-social-proofing__footer{
7185
- padding:var(--size-sm);
7186
- }
7187
-
7188
7028
  .trade-social-proofing__headline{
7189
7029
  font-weight:bold;
7190
7030
  display:inline-block;
@@ -7193,25 +7033,11 @@ svg:not(:host).svg-inline--mobius-icon{
7193
7033
  width:100%;
7194
7034
  }
7195
7035
 
7196
- .trade-social-proofing__content{
7197
- grid-template-columns:auto;
7198
- }
7199
-
7200
7036
  .mobius-trade-social-proofing-button.trade-social-proofing__button{
7201
7037
  width:100%;
7202
7038
  }
7203
7039
  }
7204
7040
  @media (max-width: 320px){
7205
-
7206
- .trade-social-proofing__footer{
7207
- padding:var(--size-xs);
7208
- grid-template-columns:auto;
7209
- }
7210
-
7211
- .trade-social-proofing__content{
7212
- grid-template-columns:auto;
7213
- }
7214
-
7215
7041
  .mobius-trade-social-proofing-button.trade-social-proofing__button{
7216
7042
  width:100%;
7217
7043
  }
@@ -7276,6 +7102,55 @@ svg:not(:host).svg-inline--mobius-icon{
7276
7102
  display:block;
7277
7103
  }
7278
7104
  }
7105
+ .sticky__footer{
7106
+ box-sizing:border-box;
7107
+ position:fixed;
7108
+ bottom:0;
7109
+ width:100%;
7110
+ background-color:var(--color-background-highlight);
7111
+ box-shadow:0 -2px 5px rgba(0, 0, 0, 0.1);
7112
+ padding:var(--size-sm);
7113
+ display:grid;
7114
+ grid-template-columns:1fr auto;
7115
+ align-items:center;
7116
+ z-index:1000;
7117
+ transition:opacity var(--transition-standard), transform var(--transition-standard);
7118
+ left:0;
7119
+ }
7120
+ .sticky__footer--hidden{
7121
+ opacity:0;
7122
+ display:none;
7123
+ pointer-events:none;
7124
+ }
7125
+ .sticky__content{
7126
+ display:grid;
7127
+ grid-template-columns:1fr auto;
7128
+ align-items:center;
7129
+ width:100%;
7130
+ max-width:1000px;
7131
+ margin:0 auto;
7132
+ gap:var(--size-sm);
7133
+ }
7134
+ @media (max-width: 768px){
7135
+ .sticky__footer{
7136
+ padding:var(--size-sm);
7137
+ }
7138
+
7139
+ .sticky__content{
7140
+ grid-template-columns:auto;
7141
+ }
7142
+ }
7143
+ @media (max-width: 320px){
7144
+
7145
+ .sticky__footer{
7146
+ padding:var(--size-xs);
7147
+ grid-template-columns:auto;
7148
+ }
7149
+
7150
+ .sticky__content{
7151
+ grid-template-columns:auto;
7152
+ }
7153
+ }
7279
7154
  .trust-banner__content{
7280
7155
  margin:20px 0;
7281
7156
  text-align:center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.22.6",
3
+ "version": "1.22.7",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -29,8 +29,8 @@
29
29
  "@simplybusiness/mobius": "^5.29.3",
30
30
  "@simplybusiness/mobius-chatbot": "^1.4.12",
31
31
  "@simplybusiness/mobius-datepicker": "^6.7.0",
32
- "@simplybusiness/mobius-interventions": "^1.64.1",
33
- "@simplybusiness/mobius-journey": "^8.34.2",
32
+ "@simplybusiness/mobius-interventions": "^1.65.0",
33
+ "@simplybusiness/mobius-journey": "^8.35.0",
34
34
  "@simplybusiness/theme-core": "^7.8.3"
35
35
  },
36
36
  "devDependencies": {