@simplybusiness/theme-simplybusiness 1.17.1 → 1.17.2

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,16 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.17.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [36fcee4]
8
+ - Updated dependencies [3baf581]
9
+ - @simplybusiness/mobius@5.25.2
10
+ - @simplybusiness/mobius-journey@8.3.1
11
+ - @simplybusiness/mobius-datepicker@6.5.7
12
+ - @simplybusiness/theme-core@7.6.2
13
+
3
14
  ## 1.17.1
4
15
 
5
16
  ### Patch Changes
package/dist/index.css CHANGED
@@ -509,7 +509,7 @@ a.mobius-button:focus-visible,
509
509
  border-radius:var(--radius-1);
510
510
  }
511
511
  .mobius-combobox__option:hover{
512
- background-color:var(--color-primary-light);
512
+ background-color:var(--color-primary);
513
513
  color:var(--color-neutral-100);
514
514
  }
515
515
  .mobius-combobox__option--is-highlighted{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.17.1",
3
+ "version": "1.17.2",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -26,10 +26,10 @@
26
26
  "./fonts": "./dist/fonts.css"
27
27
  },
28
28
  "dependencies": {
29
- "@simplybusiness/mobius": "^5.25.1",
30
- "@simplybusiness/mobius-datepicker": "^6.5.6",
31
- "@simplybusiness/mobius-journey": "^8.3.0",
32
- "@simplybusiness/theme-core": "^7.6.1"
29
+ "@simplybusiness/mobius": "^5.25.2",
30
+ "@simplybusiness/mobius-datepicker": "^6.5.7",
31
+ "@simplybusiness/mobius-journey": "^8.3.1",
32
+ "@simplybusiness/theme-core": "^7.6.2"
33
33
  },
34
34
  "devDependencies": {
35
35
  "css-loader": "^7.1.2",