@simplybusiness/theme-simplybusiness 2.10.0 → 2.10.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 +7 -0
- package/dist/index.css +4 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.css
CHANGED
|
@@ -6798,8 +6798,11 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
6798
6798
|
.mobius-payment-cta-container{
|
|
6799
6799
|
justify-content:flex-end;
|
|
6800
6800
|
}
|
|
6801
|
+
.mobius-payment-cta-container-align-left{
|
|
6802
|
+
justify-content:flex-start;
|
|
6803
|
+
}
|
|
6801
6804
|
@media (max-width: 640px){
|
|
6802
|
-
.mobius-payment-cta-container{
|
|
6805
|
+
.mobius-payment-cta-container, .mobius-payment-cta-container-align-left{
|
|
6803
6806
|
justify-content:center;
|
|
6804
6807
|
display:block;
|
|
6805
6808
|
padding:var(--size-sm);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.1",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@simplybusiness/mobius-chatbot": "^2.2.0",
|
|
31
31
|
"@simplybusiness/mobius-datepicker": "^7.3.0",
|
|
32
32
|
"@simplybusiness/mobius-interventions": "^3.3.0",
|
|
33
|
-
"@simplybusiness/mobius-journey": "^11.
|
|
33
|
+
"@simplybusiness/mobius-journey": "^11.17.0",
|
|
34
34
|
"@simplybusiness/theme-core": "^7.14.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|