@simplybusiness/theme-simplybusiness 1.19.22 → 1.19.23

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,18 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.19.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3f3f504]
8
+ - Updated dependencies [a8ea679]
9
+ - Updated dependencies [3e5e2b4]
10
+ - Updated dependencies [5abf67f]
11
+ - Updated dependencies [67fd5c7]
12
+ - Updated dependencies [ccf3452]
13
+ - @simplybusiness/mobius-journey@8.25.0
14
+ - @simplybusiness/mobius-interventions@1.53.0
15
+
3
16
  ## 1.19.22
4
17
 
5
18
  ### Patch Changes
package/dist/index.css CHANGED
@@ -5680,6 +5680,17 @@ svg:not(:host).svg-inline--mobius-icon{
5680
5680
  .mobius-payment-summary__form-actions-box{
5681
5681
  grid-area:form-actions;
5682
5682
  }
5683
+ @media (max-width: 640px){
5684
+ .mobius-payment-summary__form-actions-box.combined-payment-page-sticky{
5685
+ background-color:var(--color-neutral-100);
5686
+ min-height:min-content;
5687
+ bottom:0px;
5688
+ grid-area:unset;
5689
+ position:fixed;
5690
+ width:100%;
5691
+ left:0px;
5692
+ }
5693
+ }
5683
5694
  .mobius-payment-summary__payment-summary-box{
5684
5695
  grid-area:payment-summary;
5685
5696
  }
@@ -5860,6 +5871,23 @@ svg:not(:host).svg-inline--mobius-icon{
5860
5871
  margin-top:32px;
5861
5872
  margin-bottom:16px;
5862
5873
  }
5874
+ @media (max-width: 640px){
5875
+ .mobius-payment-summary__checkout-button.combined-payment-page-sticky{
5876
+ padding:var(--size-xs);
5877
+ margin-top:var(--size-sm);
5878
+ width:100%;
5879
+ }
5880
+ }
5881
+ .mobius-payment-cta-container{
5882
+ justify-content:flex-end;
5883
+ }
5884
+ @media (max-width: 640px){
5885
+ .mobius-payment-cta-container{
5886
+ justify-content:center;
5887
+ display:block;
5888
+ padding:var(--size-sm);
5889
+ }
5890
+ }
5863
5891
  .mobius-dialogue-modal__description{
5864
5892
  margin:7px;
5865
5893
  text-align:left;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.19.22",
3
+ "version": "1.19.23",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -29,8 +29,8 @@
29
29
  "@simplybusiness/mobius": "^5.27.3",
30
30
  "@simplybusiness/mobius-chatbot": "^1.4.1",
31
31
  "@simplybusiness/mobius-datepicker": "^6.5.18",
32
- "@simplybusiness/mobius-interventions": "^1.52.0",
33
- "@simplybusiness/mobius-journey": "^8.24.0",
32
+ "@simplybusiness/mobius-interventions": "^1.53.0",
33
+ "@simplybusiness/mobius-journey": "^8.25.0",
34
34
  "@simplybusiness/theme-core": "^7.6.13"
35
35
  },
36
36
  "devDependencies": {