@simplybusiness/theme-simplybusiness 1.24.4 → 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,13 @@
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
+
3
11
  ## 1.24.4
4
12
 
5
13
  ### Patch Changes
package/dist/index.css CHANGED
@@ -5359,6 +5359,7 @@ svg:not(:host).svg-inline--mobius-icon{
5359
5359
  background-color:transparent;
5360
5360
  border-radius:50px;
5361
5361
  padding:0;
5362
+ z-index:0;
5362
5363
  cursor:pointer;
5363
5364
  }
5364
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.4",
3
+ "version": "1.24.5",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -31,7 +31,7 @@
31
31
  "@simplybusiness/mobius-datepicker": "^6.7.3",
32
32
  "@simplybusiness/mobius-interventions": "^1.73.0",
33
33
  "@simplybusiness/mobius-journey": "^8.45.0",
34
- "@simplybusiness/theme-core": "^7.8.7"
34
+ "@simplybusiness/theme-core": "^7.8.8"
35
35
  },
36
36
  "devDependencies": {
37
37
  "css-loader": "^7.1.2",