@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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 2.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [badd1d6]
8
+ - @simplybusiness/mobius-journey@11.17.0
9
+
3
10
  ## 2.10.0
4
11
 
5
12
  ### Minor Changes
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.0",
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.16.0",
33
+ "@simplybusiness/mobius-journey": "^11.17.0",
34
34
  "@simplybusiness/theme-core": "^7.14.2"
35
35
  },
36
36
  "devDependencies": {