@simplybusiness/theme-simplybusiness 1.24.3 → 1.24.5

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,24 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.24.5
4
+
5
+ ### Patch Changes
6
+
7
+ - ec9fa86: PaymentToggle background
8
+ - Updated dependencies [ec9fa86]
9
+ - @simplybusiness/theme-core@7.8.8
10
+
11
+ ## 1.24.4
12
+
13
+ ### Patch Changes
14
+
15
+ - 1c73052: bump patch versions in theme-core and theme-simplybusiness to reflect changes in mobius and mobius-journey
16
+ - Updated dependencies [4b83bca]
17
+ - Updated dependencies [1c73052]
18
+ - @simplybusiness/mobius-interventions@1.73.0
19
+ - @simplybusiness/mobius-journey@8.45.0
20
+ - @simplybusiness/theme-core@7.8.7
21
+
3
22
  ## 1.24.3
4
23
 
5
24
  ### Patch Changes
package/dist/index.css CHANGED
@@ -344,6 +344,7 @@ a.mobius-button:focus-visible,
344
344
  .mobius-checkbox__input.--is-selected{
345
345
  background-color:var(--checkbox-background-color);
346
346
  background-image:var(--checkbox-icon);
347
+ background-size:var(--checkbox-icon-size);
347
348
  }
348
349
  .mobius-checkbox__input.--is-selected.--is-invalid{
349
350
  background-color:var(--checkbox-background-color-invalid);
@@ -3551,6 +3552,7 @@ svg:not(:host).svg-inline--mobius-icon{
3551
3552
  background-color:var(--progress-steps-secondary-color);
3552
3553
  background-repeat:no-repeat;
3553
3554
  background-position:center;
3555
+ background-size:var(--progress-steps-icon-size);
3554
3556
  }
3555
3557
  .mobius-progress-steps__item-shape::after{
3556
3558
  content:"";
@@ -5357,6 +5359,7 @@ svg:not(:host).svg-inline--mobius-icon{
5357
5359
  background-color:transparent;
5358
5360
  border-radius:50px;
5359
5361
  padding:0;
5362
+ z-index:0;
5360
5363
  cursor:pointer;
5361
5364
  }
5362
5365
  .mobius-payment-toggle:active,.mobius-payment-toggle:hover,.mobius-payment-toggle:focus-visible{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.24.3",
3
+ "version": "1.24.5",
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.29.7",
29
+ "@simplybusiness/mobius": "^5.29.9",
30
30
  "@simplybusiness/mobius-chatbot": "^1.4.16",
31
31
  "@simplybusiness/mobius-datepicker": "^6.7.3",
32
- "@simplybusiness/mobius-interventions": "^1.72.1",
33
- "@simplybusiness/mobius-journey": "^8.44.1",
34
- "@simplybusiness/theme-core": "^7.8.6"
32
+ "@simplybusiness/mobius-interventions": "^1.73.0",
33
+ "@simplybusiness/mobius-journey": "^8.45.0",
34
+ "@simplybusiness/theme-core": "^7.8.8"
35
35
  },
36
36
  "devDependencies": {
37
37
  "css-loader": "^7.1.2",