@simplybusiness/theme-core 7.5.0 → 7.5.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,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d1b9571]
8
+ - @simplybusiness/mobius@5.24.1
9
+
10
+ ## 7.5.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [c487ba5]
15
+ - @simplybusiness/mobius@5.24.0
16
+
3
17
  ## 7.5.0
4
18
 
5
19
  ### Minor Changes
package/dist/index.css CHANGED
@@ -65,7 +65,7 @@ h6.mobius-accordion__link-text,
65
65
  margin:0;
66
66
  margin-right:var(--size-xs);
67
67
  line-height:var(--line-height-normal);
68
- font-size:var(--font-size-regular);
68
+ font-size:var(--font-size-small-paragraph);
69
69
  font-weight:var(--font-weight-normal);
70
70
  }
71
71
 
@@ -584,19 +584,26 @@ a.mobius-button:focus-visible,
584
584
  max-height:var(--listbox-max-height-mobile);
585
585
  }
586
586
 
587
+ .mobius-combobox__no-options{
588
+ padding:var(--option-padding);
589
+ text-align:center;
590
+ }
591
+
587
592
  .mobius-combobox__option{
588
593
  padding:var(--option-padding);
589
594
  cursor:pointer;
595
+ margin:2px;
596
+ border:solid 2px transparent;
597
+ border-radius:var(--radius-1);
590
598
  }
591
599
 
592
600
  .mobius-combobox__option:hover{
593
- background-color:var(--color-primary);
601
+ background-color:var(--color-primary-light);
594
602
  color:var(--color-neutral-100);
595
603
  }
596
604
 
597
605
  .mobius-combobox__option--is-highlighted{
598
- background-color:var(--color-primary-light);
599
- color:var(--color-neutral-100);
606
+ border-color:var(--color-focus);
600
607
  }
601
608
 
602
609
  [role="group"]{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-core",
3
- "version": "7.5.0",
3
+ "version": "7.5.2",
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.23.0"
29
+ "@simplybusiness/mobius": "^5.24.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "css-loader": "^7.1.2",