@simplybusiness/theme-core 7.8.6 → 7.8.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,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.8.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 1c73052: bump patch versions in theme-core and theme-simplybusiness to reflect changes in mobius and mobius-journey
8
+
3
9
  ## 7.8.6
4
10
 
5
11
  ### Patch Changes
@@ -618,7 +624,6 @@
618
624
  - 93b9c39: ### Breaking Change
619
625
 
620
626
  External margins removed from the following components:
621
-
622
627
  - `Accordion`
623
628
  - `Alert`
624
629
  - `Checkbox`
package/dist/index.css CHANGED
@@ -408,6 +408,7 @@ a.mobius-button:focus-visible,
408
408
  .mobius-checkbox__input.--is-selected{
409
409
  background-color:var(--checkbox-background-color);
410
410
  background-image:var(--checkbox-icon);
411
+ background-size:var(--checkbox-icon-size);
411
412
  }
412
413
 
413
414
  .mobius-checkbox__input.--is-selected.--is-invalid{
@@ -579,6 +580,12 @@ a.mobius-button:focus-visible,
579
580
  max-height:var(--listbox-max-height-mobile);
580
581
  }
581
582
 
583
+ .mobius-combobox__list.mobius-combobox__list--hidden{
584
+ visibility:hidden;
585
+ height:0;
586
+ opacity:0;
587
+ }
588
+
582
589
  .mobius-combobox__no-options{
583
590
  padding:var(--option-padding);
584
591
  text-align:center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-core",
3
- "version": "7.8.6",
3
+ "version": "7.8.7",
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.29.6"
29
+ "@simplybusiness/mobius": "^5.29.9"
30
30
  },
31
31
  "devDependencies": {
32
32
  "css-loader": "^7.1.2",