@simplybusiness/theme-simplybusiness 2.1.6 → 2.1.8
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 +28 -0
- package/dist/index.css +1 -185
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.1.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [4327fa6]
|
|
8
|
+
- Updated dependencies [23ecf8c]
|
|
9
|
+
- Updated dependencies [41eb094]
|
|
10
|
+
- Updated dependencies [8954b2a]
|
|
11
|
+
- Updated dependencies [d806cee]
|
|
12
|
+
- Updated dependencies [d2cce6c]
|
|
13
|
+
- Updated dependencies [c5c37c3]
|
|
14
|
+
- @simplybusiness/mobius-journey@10.13.0
|
|
15
|
+
- @simplybusiness/mobius-interventions@2.7.0
|
|
16
|
+
- @simplybusiness/mobius-chatbot@2.0.11
|
|
17
|
+
|
|
18
|
+
## 2.1.7
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [d62c3ec]
|
|
23
|
+
- Updated dependencies [0439088]
|
|
24
|
+
- @simplybusiness/mobius-journey@10.12.1
|
|
25
|
+
- @simplybusiness/mobius@6.3.2
|
|
26
|
+
- @simplybusiness/mobius-chatbot@2.0.10
|
|
27
|
+
- @simplybusiness/mobius-datepicker@7.1.7
|
|
28
|
+
- @simplybusiness/mobius-interventions@2.6.6
|
|
29
|
+
- @simplybusiness/theme-core@7.13.3
|
|
30
|
+
|
|
3
31
|
## 2.1.6
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -787,7 +787,7 @@ a.mobius-button:focus-visible,
|
|
|
787
787
|
}
|
|
788
788
|
.mobius-error-message{
|
|
789
789
|
box-sizing:border-box;
|
|
790
|
-
display:grid;
|
|
790
|
+
display:var(--error-message-display, grid);
|
|
791
791
|
gap:var(--error-message-grid-gap, var(--size-xs));
|
|
792
792
|
grid-template-columns:min-content 1fr;
|
|
793
793
|
color:var(--color-error);
|
|
@@ -6949,73 +6949,6 @@ input[type="date"]::-webkit-datetime-edit-year-field{
|
|
|
6949
6949
|
display:block;
|
|
6950
6950
|
}
|
|
6951
6951
|
}
|
|
6952
|
-
.star-rating__text{
|
|
6953
|
-
display:grid;
|
|
6954
|
-
grid-template-columns:auto 1fr;
|
|
6955
|
-
align-items:center;
|
|
6956
|
-
gap:var(--size-sm);
|
|
6957
|
-
}
|
|
6958
|
-
.star-rating__icon{
|
|
6959
|
-
color:var(--color-accent);
|
|
6960
|
-
display:flex;
|
|
6961
|
-
align-items:center;
|
|
6962
|
-
}
|
|
6963
|
-
.star-rating__images{
|
|
6964
|
-
display:grid;
|
|
6965
|
-
grid-auto-flow:column;
|
|
6966
|
-
gap:var(--size-sm);
|
|
6967
|
-
}
|
|
6968
|
-
.star-rating__image{
|
|
6969
|
-
max-height:50px;
|
|
6970
|
-
width:auto;
|
|
6971
|
-
}
|
|
6972
|
-
.star-rating .sticky__content{
|
|
6973
|
-
grid-template-columns:auto 1fr auto;
|
|
6974
|
-
}
|
|
6975
|
-
.star-rating__button-text{
|
|
6976
|
-
-webkit-text-decoration:underline;
|
|
6977
|
-
text-decoration:underline;
|
|
6978
|
-
}
|
|
6979
|
-
@media (max-width: 768px){
|
|
6980
|
-
.sticky__footer{
|
|
6981
|
-
grid-template-columns:1fr;
|
|
6982
|
-
align-items:flex-start;
|
|
6983
|
-
}
|
|
6984
|
-
|
|
6985
|
-
.star-rating .sticky__content{
|
|
6986
|
-
grid-template-columns:1fr;
|
|
6987
|
-
gap:var(--size-xs);
|
|
6988
|
-
align-items:flex-start;
|
|
6989
|
-
}
|
|
6990
|
-
|
|
6991
|
-
.star-rating__text{
|
|
6992
|
-
grid-template-columns:1fr;
|
|
6993
|
-
gap:var(--size-xs);
|
|
6994
|
-
align-items:flex-start;
|
|
6995
|
-
}
|
|
6996
|
-
|
|
6997
|
-
.star-rating__images{
|
|
6998
|
-
grid-auto-flow:row;
|
|
6999
|
-
gap:var(--size-xs);
|
|
7000
|
-
}
|
|
7001
|
-
|
|
7002
|
-
.star-rating__image{
|
|
7003
|
-
max-height:var(--size-lg);
|
|
7004
|
-
width:auto;
|
|
7005
|
-
}
|
|
7006
|
-
|
|
7007
|
-
.star-rating__text-container{
|
|
7008
|
-
display:grid;
|
|
7009
|
-
grid-template-columns:1fr auto;
|
|
7010
|
-
align-items:center;
|
|
7011
|
-
width:100%;
|
|
7012
|
-
}
|
|
7013
|
-
|
|
7014
|
-
.star-rating__image{
|
|
7015
|
-
max-height:var(--size-lg);
|
|
7016
|
-
max-width:110px;
|
|
7017
|
-
}
|
|
7018
|
-
}
|
|
7019
6952
|
.voucher-intervention{
|
|
7020
6953
|
display:grid;
|
|
7021
6954
|
grid-template:"icon . close" auto "text text text" auto "button button button" auto / auto 1fr auto;
|
|
@@ -7109,123 +7042,6 @@ input[type="date"]::-webkit-datetime-edit-year-field{
|
|
|
7109
7042
|
max-width:110px;
|
|
7110
7043
|
}
|
|
7111
7044
|
}
|
|
7112
|
-
.reassurance__text{
|
|
7113
|
-
display:grid;
|
|
7114
|
-
grid-template-columns:auto 1fr;
|
|
7115
|
-
align-items:center;
|
|
7116
|
-
gap:var(--size-sm);
|
|
7117
|
-
}
|
|
7118
|
-
.reassurance__text-icon{
|
|
7119
|
-
color:var(--color-accent);
|
|
7120
|
-
}
|
|
7121
|
-
.reassurance__headline{
|
|
7122
|
-
font-weight:bold;
|
|
7123
|
-
display:inline;
|
|
7124
|
-
margin-right:5px;
|
|
7125
|
-
}
|
|
7126
|
-
.reassurance__description{
|
|
7127
|
-
display:inline;
|
|
7128
|
-
}
|
|
7129
|
-
.reassurance__images{
|
|
7130
|
-
display:grid;
|
|
7131
|
-
grid-template-columns:auto 1fr;
|
|
7132
|
-
gap:var(--size-sm);
|
|
7133
|
-
}
|
|
7134
|
-
.reassurance__image{
|
|
7135
|
-
max-height:50px;
|
|
7136
|
-
width:auto;
|
|
7137
|
-
}
|
|
7138
|
-
.reassurance__text div{
|
|
7139
|
-
gap:var(--size-xs);
|
|
7140
|
-
}
|
|
7141
|
-
.mobius-reassurance-button.reassurance__button--desktop{
|
|
7142
|
-
min-width:238px;
|
|
7143
|
-
text-align:center;
|
|
7144
|
-
}
|
|
7145
|
-
.mobius-reassurance-button.reassurance__button--mobile{
|
|
7146
|
-
display:none;
|
|
7147
|
-
}
|
|
7148
|
-
.reassurance__terms-and-conditions{
|
|
7149
|
-
margin:0;
|
|
7150
|
-
font-size:var(--font-size-1);
|
|
7151
|
-
}
|
|
7152
|
-
@media (max-width: 768px){
|
|
7153
|
-
|
|
7154
|
-
.reassurance__headline{
|
|
7155
|
-
font-weight:bold;
|
|
7156
|
-
display:inline-block;
|
|
7157
|
-
margin:0 5px 0 0;
|
|
7158
|
-
clear:both;
|
|
7159
|
-
width:100%;
|
|
7160
|
-
}
|
|
7161
|
-
|
|
7162
|
-
.mobius-reassurance-button.reassurance__button{
|
|
7163
|
-
width:100%;
|
|
7164
|
-
}
|
|
7165
|
-
}
|
|
7166
|
-
@media (max-width: 320px){
|
|
7167
|
-
.mobius-reassurance-button.reassurance__button{
|
|
7168
|
-
width:100%;
|
|
7169
|
-
}
|
|
7170
|
-
}
|
|
7171
|
-
.trade-social-proofing__text{
|
|
7172
|
-
display:grid;
|
|
7173
|
-
grid-template-columns:auto 1fr;
|
|
7174
|
-
align-items:center;
|
|
7175
|
-
gap:var(--size-sm)
|
|
7176
|
-
}
|
|
7177
|
-
.trade-social-proofing__text-icon{
|
|
7178
|
-
color:var(--color-accent);
|
|
7179
|
-
}
|
|
7180
|
-
.trade-social-proofing__headline{
|
|
7181
|
-
font-weight:bold;
|
|
7182
|
-
display:inline;
|
|
7183
|
-
margin-right:5px;
|
|
7184
|
-
}
|
|
7185
|
-
.trade-social-proofing__description{
|
|
7186
|
-
display:inline;
|
|
7187
|
-
}
|
|
7188
|
-
.trade-social-proofing__images{
|
|
7189
|
-
display:grid;
|
|
7190
|
-
grid-template-columns:auto 1fr;
|
|
7191
|
-
gap:var(--size-sm);
|
|
7192
|
-
}
|
|
7193
|
-
.trade-social-proofing__image{
|
|
7194
|
-
max-height:50px;
|
|
7195
|
-
width:auto;
|
|
7196
|
-
}
|
|
7197
|
-
.trade-social-proofing__text div{
|
|
7198
|
-
gap:var(--size-xs);
|
|
7199
|
-
}
|
|
7200
|
-
.mobius-trade-social-proofing-button.trade-social-proofing__button--desktop{
|
|
7201
|
-
min-width:238px;
|
|
7202
|
-
text-align:center;
|
|
7203
|
-
}
|
|
7204
|
-
.mobius-trade-social-proofing-button.trade-social-proofing__button--mobile{
|
|
7205
|
-
display:none;
|
|
7206
|
-
}
|
|
7207
|
-
.trade-social-proofing__terms-and-conditions{
|
|
7208
|
-
margin:0;
|
|
7209
|
-
font-size:var(--font-size-1);
|
|
7210
|
-
}
|
|
7211
|
-
@media (max-width: 768px){
|
|
7212
|
-
.trade-social-proofing__headline{
|
|
7213
|
-
font-weight:bold;
|
|
7214
|
-
display:inline-block;
|
|
7215
|
-
margin:0 5px 0 0;
|
|
7216
|
-
clear:both;
|
|
7217
|
-
width:100%;
|
|
7218
|
-
}
|
|
7219
|
-
|
|
7220
|
-
.mobius-trade-social-proofing-button.trade-social-proofing__button{
|
|
7221
|
-
width:100%;
|
|
7222
|
-
}
|
|
7223
|
-
}
|
|
7224
|
-
@media (max-width: 320px){
|
|
7225
|
-
.mobius-trade-social-proofing-button.trade-social-proofing__button{
|
|
7226
|
-
width:100%;
|
|
7227
|
-
}
|
|
7228
|
-
}
|
|
7229
7045
|
.sticky-footer__close-button{
|
|
7230
7046
|
background:none;
|
|
7231
7047
|
border:none;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.8",
|
|
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": "^6.3.
|
|
30
|
-
"@simplybusiness/mobius-chatbot": "^2.0.
|
|
31
|
-
"@simplybusiness/mobius-datepicker": "^7.1.
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^2.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^10.
|
|
34
|
-
"@simplybusiness/theme-core": "^7.13.
|
|
29
|
+
"@simplybusiness/mobius": "^6.3.2",
|
|
30
|
+
"@simplybusiness/mobius-chatbot": "^2.0.11",
|
|
31
|
+
"@simplybusiness/mobius-datepicker": "^7.1.7",
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^2.7.0",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^10.13.0",
|
|
34
|
+
"@simplybusiness/theme-core": "^7.13.3"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"build-scripts": "^1.0.1",
|