@simplybusiness/theme-simplybusiness 1.19.6 → 1.19.7

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,19 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.19.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0f6eb0f]
8
+ - Updated dependencies [628c36c]
9
+ - Updated dependencies [028ea38]
10
+ - @simplybusiness/mobius-interventions@1.43.0
11
+ - @simplybusiness/mobius-journey@8.19.0
12
+ - @simplybusiness/mobius@5.27.0
13
+ - @simplybusiness/mobius-chatbot@1.2.3
14
+ - @simplybusiness/mobius-datepicker@6.5.15
15
+ - @simplybusiness/theme-core@7.6.10
16
+
3
17
  ## 1.19.6
4
18
 
5
19
  ### Patch Changes
package/dist/index.css CHANGED
@@ -5708,8 +5708,9 @@ svg:not(:host).svg-inline--mobius-icon{
5708
5708
  }
5709
5709
  .mobius-payment-summary__outer-grid.combined-payment-page{
5710
5710
  gap:var(--font-size-3);
5711
- grid-template-columns:1fr;
5712
- grid-template-areas:"mobius-payment-summary__product-payment-options" "continuation-notice" "payment-summary" "form-actions";
5711
+ grid-template-columns:2fr 1fr;
5712
+ grid-template-areas:"mobius-payment-summary__product-payment-options payment-summary" "form-actions payment-summary";
5713
+ margin-top:var(--size-sm);
5713
5714
  }
5714
5715
  @media (max-width: 640px){
5715
5716
  .mobius-payment-summary__outer-grid{
@@ -5717,6 +5718,12 @@ svg:not(:host).svg-inline--mobius-icon{
5717
5718
  grid-template-areas:"mobius-payment-summary__product-payment-options" "continuation-notice" "payment-summary" "form-actions";
5718
5719
  }
5719
5720
  }
5721
+ @media (max-width: 640px){
5722
+ .mobius-payment-summary__outer-grid.combined-payment-page{
5723
+ grid-template-columns:1fr;
5724
+ grid-template-areas:"mobius-payment-summary__product-payment-options" "payment-summary" "form-actions";
5725
+ }
5726
+ }
5720
5727
  .mobius-payment-summary__outer-grid.show-payment-summary-only{
5721
5728
  grid-template-columns:1fr;
5722
5729
  grid-template-areas:"payment-summary";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.19.6",
3
+ "version": "1.19.7",
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.26.3",
30
- "@simplybusiness/mobius-chatbot": "^1.2.2",
31
- "@simplybusiness/mobius-datepicker": "^6.5.14",
32
- "@simplybusiness/mobius-interventions": "^1.42.0",
33
- "@simplybusiness/mobius-journey": "^8.18.0",
34
- "@simplybusiness/theme-core": "^7.6.9"
29
+ "@simplybusiness/mobius": "^5.27.0",
30
+ "@simplybusiness/mobius-chatbot": "^1.2.3",
31
+ "@simplybusiness/mobius-datepicker": "^6.5.15",
32
+ "@simplybusiness/mobius-interventions": "^1.43.0",
33
+ "@simplybusiness/mobius-journey": "^8.19.0",
34
+ "@simplybusiness/theme-core": "^7.6.10"
35
35
  },
36
36
  "devDependencies": {
37
37
  "css-loader": "^7.1.2",