@simplybusiness/theme-core 7.2.8 → 7.2.9

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,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.2.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [902cee3]
8
+ - @simplybusiness/mobius@5.11.1
9
+
3
10
  ## 7.2.8
4
11
 
5
12
  ### Patch Changes
package/dist/index.css CHANGED
@@ -584,12 +584,16 @@ a.mobius-button:focus-visible,
584
584
  cursor:pointer;
585
585
  }
586
586
 
587
- .mobius-combobox__option:hover,
588
- .mobius-combobox__option--is-highlighted{
587
+ .mobius-combobox__option:hover{
589
588
  background-color:var(--color-primary);
590
589
  color:var(--color-neutral-100);
591
590
  }
592
591
 
592
+ .mobius-combobox__option--is-highlighted{
593
+ background-color:var(--color-primary-light);
594
+ color:var(--color-neutral-100);
595
+ }
596
+
593
597
  [role="group"]{
594
598
  margin:0;
595
599
  padding:0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-core",
3
- "version": "7.2.8",
3
+ "version": "7.2.9",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -26,7 +26,7 @@
26
26
  "./fonts": "./dist/fonts.css"
27
27
  },
28
28
  "dependencies": {
29
- "@simplybusiness/mobius": "^5.11.0"
29
+ "@simplybusiness/mobius": "^5.11.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "css-loader": "^7.1.2",