@simplybusiness/theme-simplybusiness 1.19.22 → 1.19.24

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,32 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.19.24
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [04723dd]
8
+ - Updated dependencies [a727b64]
9
+ - Updated dependencies [55d7bac]
10
+ - @simplybusiness/mobius-journey@8.26.0
11
+ - @simplybusiness/theme-core@7.6.14
12
+ - @simplybusiness/mobius@5.27.4
13
+ - @simplybusiness/mobius-chatbot@1.4.2
14
+ - @simplybusiness/mobius-interventions@1.53.1
15
+ - @simplybusiness/mobius-datepicker@6.5.19
16
+
17
+ ## 1.19.23
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [3f3f504]
22
+ - Updated dependencies [a8ea679]
23
+ - Updated dependencies [3e5e2b4]
24
+ - Updated dependencies [5abf67f]
25
+ - Updated dependencies [67fd5c7]
26
+ - Updated dependencies [ccf3452]
27
+ - @simplybusiness/mobius-journey@8.25.0
28
+ - @simplybusiness/mobius-interventions@1.53.0
29
+
3
30
  ## 1.19.22
4
31
 
5
32
  ### Patch Changes
package/dist/index.css CHANGED
@@ -1558,9 +1558,9 @@ a.mobius-button:focus-visible,
1558
1558
  }
1559
1559
  :root,
1560
1560
  :host{
1561
- --slider-primary-track-background:#4632d820;
1561
+ --slider-primary-track-background:var(--color-primary-lighter);
1562
1562
  --slider-primary-thumb-background:var(--color-primary);
1563
- --slider-secondary-track-background:#e943c920;
1563
+ --slider-secondary-track-background:var(--color-accent-lighter);
1564
1564
  --slider-secondary-thumb-background:var(--color-accent);
1565
1565
  --thumb-size:20px;
1566
1566
  }
@@ -2450,6 +2450,7 @@ svg:not(:host).svg-inline--mobius-icon{
2450
2450
  --color-azure-700:#0e0a2b;
2451
2451
  --color-cyan-500:#00d4ff;
2452
2452
  --color-bubblegum-500:#e943c9;
2453
+ --color-bubblegum-300:#f9cdf0;
2453
2454
  --color-green-300:#e6f3ed;
2454
2455
  --color-green-500:#008744;
2455
2456
  --color-green-600:#006633;
@@ -2460,12 +2461,14 @@ svg:not(:host).svg-inline--mobius-icon{
2460
2461
  --color-blue-300:#e8f1f7;
2461
2462
  --color-blue-500:#176fae;
2462
2463
  --color-primary-light:var(--color-azure-400);
2464
+ --color-primary-lighter:var(--color-azure-300);
2463
2465
  --color-primary:var(--color-azure-500);
2464
2466
  --color-primary-hover:var(--color-azure-600);
2465
2467
  --color-secondary:var(--color-azure-500);
2466
2468
  --color-secondary-hover:var(--color-azure-600);
2467
2469
  --color-focus:var(--color-bubblegum-500);
2468
2470
  --color-accent:var(--color-bubblegum-500);
2471
+ --color-accent-lighter:var(--color-bubblegum-300);
2469
2472
  --color-text:var(--color-neutral-700);
2470
2473
  --color-text-medium:var(--color-neutral-500);
2471
2474
  --color-text-light:var(--color-neutral-300);
@@ -2532,6 +2535,11 @@ svg:not(:host).svg-inline--mobius-icon{
2532
2535
  --popover-z-index:2147483647;
2533
2536
  --color-background-popover:var(--color-azure-700);
2534
2537
  --color-text-popover:#fff;
2538
+ --slider-primary-track-background:var(--color-primary-lighter);
2539
+ --slider-primary-thumb-background:var(--color-primary);
2540
+ --slider-secondary-track-background:var(--color-accent-lighter);
2541
+ --slider-secondary-thumb-background:var(--color-accent);
2542
+ --thumb-size:20px;
2535
2543
  }
2536
2544
  :root{
2537
2545
  --color-pulse:var(--color-focus);
@@ -5680,6 +5688,17 @@ svg:not(:host).svg-inline--mobius-icon{
5680
5688
  .mobius-payment-summary__form-actions-box{
5681
5689
  grid-area:form-actions;
5682
5690
  }
5691
+ @media (max-width: 640px){
5692
+ .mobius-payment-summary__form-actions-box.combined-payment-page-sticky{
5693
+ background-color:var(--color-neutral-100);
5694
+ min-height:min-content;
5695
+ bottom:0px;
5696
+ grid-area:unset;
5697
+ position:fixed;
5698
+ width:100%;
5699
+ left:0px;
5700
+ }
5701
+ }
5683
5702
  .mobius-payment-summary__payment-summary-box{
5684
5703
  grid-area:payment-summary;
5685
5704
  }
@@ -5860,6 +5879,23 @@ svg:not(:host).svg-inline--mobius-icon{
5860
5879
  margin-top:32px;
5861
5880
  margin-bottom:16px;
5862
5881
  }
5882
+ @media (max-width: 640px){
5883
+ .mobius-payment-summary__checkout-button.combined-payment-page-sticky{
5884
+ padding:var(--size-xs);
5885
+ margin-top:var(--size-sm);
5886
+ width:100%;
5887
+ }
5888
+ }
5889
+ .mobius-payment-cta-container{
5890
+ justify-content:flex-end;
5891
+ }
5892
+ @media (max-width: 640px){
5893
+ .mobius-payment-cta-container{
5894
+ justify-content:center;
5895
+ display:block;
5896
+ padding:var(--size-sm);
5897
+ }
5898
+ }
5863
5899
  .mobius-dialogue-modal__description{
5864
5900
  margin:7px;
5865
5901
  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.24",
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.27.3",
30
- "@simplybusiness/mobius-chatbot": "^1.4.1",
31
- "@simplybusiness/mobius-datepicker": "^6.5.18",
32
- "@simplybusiness/mobius-interventions": "^1.52.0",
33
- "@simplybusiness/mobius-journey": "^8.24.0",
34
- "@simplybusiness/theme-core": "^7.6.13"
29
+ "@simplybusiness/mobius": "^5.27.4",
30
+ "@simplybusiness/mobius-chatbot": "^1.4.2",
31
+ "@simplybusiness/mobius-datepicker": "^6.5.19",
32
+ "@simplybusiness/mobius-interventions": "^1.53.1",
33
+ "@simplybusiness/mobius-journey": "^8.26.0",
34
+ "@simplybusiness/theme-core": "^7.6.14"
35
35
  },
36
36
  "devDependencies": {
37
37
  "css-loader": "^7.1.2",