@simplybusiness/theme-simplybusiness 1.3.5 → 1.3.7

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,22 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.3.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [902cee3]
8
+ - @simplybusiness/mobius@5.11.1
9
+ - @simplybusiness/mobius-datepicker@6.0.18
10
+ - @simplybusiness/mobius-journey@6.19.1
11
+ - @simplybusiness/theme-core@7.2.9
12
+
13
+ ## 1.3.6
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [4ab5b2d]
18
+ - @simplybusiness/mobius-journey@6.19.0
19
+
3
20
  ## 1.3.5
4
21
 
5
22
  ### Patch Changes
package/dist/index.css CHANGED
@@ -491,11 +491,14 @@ a.mobius-button:focus-visible,
491
491
  padding:var(--option-padding);
492
492
  cursor:pointer;
493
493
  }
494
- .mobius-combobox__option:hover,
495
- .mobius-combobox__option--is-highlighted{
494
+ .mobius-combobox__option:hover{
496
495
  background-color:var(--color-primary);
497
496
  color:var(--color-neutral-100);
498
497
  }
498
+ .mobius-combobox__option--is-highlighted{
499
+ background-color:var(--color-primary-light);
500
+ color:var(--color-neutral-100);
501
+ }
499
502
  [role="group"]{
500
503
  margin:0;
501
504
  padding:0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.3.5",
3
+ "version": "1.3.7",
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.11.0",
30
- "@simplybusiness/mobius-datepicker": "^6.0.17",
31
- "@simplybusiness/mobius-journey": "^6.18.2",
32
- "@simplybusiness/theme-core": "^7.2.8"
29
+ "@simplybusiness/mobius": "^5.11.1",
30
+ "@simplybusiness/mobius-datepicker": "^6.0.18",
31
+ "@simplybusiness/mobius-journey": "^6.19.1",
32
+ "@simplybusiness/theme-core": "^7.2.9"
33
33
  },
34
34
  "devDependencies": {
35
35
  "css-loader": "^7.1.2",