@simplybusiness/theme-simplybusiness 1.28.2 → 1.28.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 +15 -0
- package/dist/index.css +28 -101
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.28.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [13abd80]
|
|
8
|
+
- Updated dependencies [20ac0fd]
|
|
9
|
+
- Updated dependencies [3e1519a]
|
|
10
|
+
- Updated dependencies [ffc2d58]
|
|
11
|
+
- @simplybusiness/mobius-interventions@1.79.1
|
|
12
|
+
- @simplybusiness/mobius-journey@8.70.0
|
|
13
|
+
- @simplybusiness/mobius@5.32.1
|
|
14
|
+
- @simplybusiness/mobius-chatbot@1.4.30
|
|
15
|
+
- @simplybusiness/mobius-datepicker@6.7.14
|
|
16
|
+
- @simplybusiness/theme-core@7.10.2
|
|
17
|
+
|
|
3
18
|
## 1.28.2
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -6741,113 +6741,36 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
6741
6741
|
max-width:110px;
|
|
6742
6742
|
}
|
|
6743
6743
|
}
|
|
6744
|
-
.
|
|
6745
|
-
|
|
6746
|
-
|
|
6747
|
-
|
|
6748
|
-
|
|
6749
|
-
|
|
6750
|
-
.discount-voucher__text-icon{
|
|
6751
|
-
color:var(--color-accent);
|
|
6752
|
-
}
|
|
6753
|
-
.discount-voucher__headline{
|
|
6754
|
-
font-weight:bold;
|
|
6755
|
-
display:inline;
|
|
6756
|
-
margin-right:5px;
|
|
6757
|
-
}
|
|
6758
|
-
.discount-voucher__description{
|
|
6759
|
-
display:inline;
|
|
6760
|
-
}
|
|
6761
|
-
.discount-voucher__images{
|
|
6762
|
-
display:grid;
|
|
6763
|
-
gap:var(--size-sm);
|
|
6764
|
-
}
|
|
6765
|
-
.discount-voucher__image{
|
|
6766
|
-
max-height:50px;
|
|
6767
|
-
width:auto;
|
|
6768
|
-
}
|
|
6769
|
-
.discount-voucher__text div{
|
|
6770
|
-
gap:var(--size-xs);
|
|
6771
|
-
}
|
|
6772
|
-
.mobius-discount-voucher-button{
|
|
6773
|
-
background-color:var(--color-background);
|
|
6774
|
-
}
|
|
6775
|
-
.mobius-discount-voucher-button:hover{
|
|
6776
|
-
background-color:var(--button-secondary-color);
|
|
6777
|
-
--button-content-color:var(--color-background)}
|
|
6778
|
-
.mobius-discount-voucher-button:hover .mobius-loading-indicator{
|
|
6779
|
-
color:var(--color-background);
|
|
6744
|
+
.voucher-intervention{
|
|
6745
|
+
display:grid;
|
|
6746
|
+
grid-template:"icon . close" auto "text text text" auto "button button button" auto / auto 1fr auto;
|
|
6747
|
+
gap:var(--size-xs);
|
|
6748
|
+
align-items:start;
|
|
6749
|
+
width:100%;
|
|
6780
6750
|
}
|
|
6781
|
-
.
|
|
6782
|
-
|
|
6783
|
-
|
|
6751
|
+
.voucher-intervention__icon{
|
|
6752
|
+
grid-area:icon;
|
|
6753
|
+
color:var(--color-accent);
|
|
6754
|
+
margin-top:var(--size-xs);
|
|
6784
6755
|
}
|
|
6785
|
-
.
|
|
6786
|
-
|
|
6756
|
+
.voucher-intervention__button{
|
|
6757
|
+
grid-area:button;
|
|
6787
6758
|
}
|
|
6788
|
-
|
|
6789
|
-
|
|
6790
|
-
grid-template
|
|
6759
|
+
@media (min-width: 768px){
|
|
6760
|
+
.voucher-intervention{
|
|
6761
|
+
grid-template:"icon text button close" auto / auto 1fr auto auto;
|
|
6791
6762
|
align-items:center;
|
|
6792
|
-
|
|
6793
|
-
|
|
6794
|
-
margin:0 auto;
|
|
6795
|
-
}
|
|
6796
|
-
.sticky__content .mobius-link{
|
|
6797
|
-
-webkit-text-decoration:none;
|
|
6798
|
-
text-decoration:none;
|
|
6799
|
-
}
|
|
6800
|
-
.discount-voucher__terms-and-conditions{
|
|
6801
|
-
margin:0;
|
|
6802
|
-
font-size:var(--font-size-1);
|
|
6803
|
-
}
|
|
6804
|
-
@media (max-width: 768px){
|
|
6805
|
-
|
|
6806
|
-
.discount-voucher__content-desktop-container{
|
|
6807
|
-
grid-template-columns:1fr auto;
|
|
6808
|
-
}
|
|
6809
|
-
|
|
6810
|
-
.sticky__footer{
|
|
6811
|
-
grid-template-columns:1fr auto;
|
|
6812
|
-
}
|
|
6813
|
-
|
|
6814
|
-
.discount-voucher__headline{
|
|
6815
|
-
font-weight:bold;
|
|
6816
|
-
display:inline-block;
|
|
6817
|
-
margin:0 5px 0 0;
|
|
6818
|
-
clear:both;
|
|
6819
|
-
width:100%;
|
|
6820
|
-
}
|
|
6821
|
-
|
|
6822
|
-
.mobius-discount-voucher-button.discount-voucher__button--mobile{
|
|
6823
|
-
display:block;
|
|
6824
|
-
}
|
|
6825
|
-
|
|
6826
|
-
.mobius-discount-voucher-button.discount-voucher__button--desktop{
|
|
6827
|
-
display:none;
|
|
6828
|
-
}
|
|
6829
|
-
|
|
6830
|
-
.mobius-discount-voucher-button.discount-voucher__button{
|
|
6831
|
-
width:100%;
|
|
6832
|
-
}
|
|
6833
|
-
}
|
|
6834
|
-
@media (max-width: 320px){
|
|
6835
|
-
.mobius-discount-voucher-button.discount-voucher__button--mobile{
|
|
6836
|
-
display:block;
|
|
6837
|
-
}
|
|
6838
|
-
|
|
6839
|
-
.mobius-discount-voucher-button.discount-voucher__button--desktop{
|
|
6840
|
-
display:none;
|
|
6841
|
-
}
|
|
6763
|
+
gap:var(--size-sm);
|
|
6764
|
+
}
|
|
6842
6765
|
|
|
6843
|
-
|
|
6844
|
-
|
|
6845
|
-
|
|
6846
|
-
|
|
6766
|
+
.voucher-intervention__icon{
|
|
6767
|
+
align-self:center;
|
|
6768
|
+
margin-top:0;
|
|
6769
|
+
}
|
|
6847
6770
|
|
|
6848
|
-
|
|
6849
|
-
|
|
6850
|
-
|
|
6771
|
+
.voucher-intervention__button{
|
|
6772
|
+
min-width:238px;
|
|
6773
|
+
}
|
|
6851
6774
|
}
|
|
6852
6775
|
.reassurance__text{
|
|
6853
6776
|
display:grid;
|
|
@@ -6974,6 +6897,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
6974
6897
|
display:flex;
|
|
6975
6898
|
align-items:center;
|
|
6976
6899
|
gap:var(--size-xs);
|
|
6900
|
+
grid-area:close;
|
|
6977
6901
|
}
|
|
6978
6902
|
.sticky-footer__close-button-text{
|
|
6979
6903
|
-webkit-text-decoration:underline;
|
|
@@ -7008,6 +6932,9 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
7008
6932
|
margin:0;
|
|
7009
6933
|
}
|
|
7010
6934
|
}
|
|
6935
|
+
.sticky-footer__text{
|
|
6936
|
+
grid-area:text;
|
|
6937
|
+
}
|
|
7011
6938
|
.sticky-footer__headline{
|
|
7012
6939
|
font-weight:var(--font-weight-bold);
|
|
7013
6940
|
display:inline;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.28.
|
|
3
|
+
"version": "1.28.3",
|
|
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": "^5.32.
|
|
30
|
-
"@simplybusiness/mobius-chatbot": "^1.4.
|
|
31
|
-
"@simplybusiness/mobius-datepicker": "^6.7.
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^1.79.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^8.
|
|
34
|
-
"@simplybusiness/theme-core": "^7.10.
|
|
29
|
+
"@simplybusiness/mobius": "^5.32.1",
|
|
30
|
+
"@simplybusiness/mobius-chatbot": "^1.4.30",
|
|
31
|
+
"@simplybusiness/mobius-datepicker": "^6.7.14",
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^1.79.1",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^8.70.0",
|
|
34
|
+
"@simplybusiness/theme-core": "^7.10.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"build-scripts": "^1.0.1",
|