@simplybusiness/theme-core 7.8.6 → 7.8.8
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 +12 -1
- package/dist/index.css +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 7.8.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ec9fa86: PaymentToggle background
|
|
8
|
+
|
|
9
|
+
## 7.8.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 1c73052: bump patch versions in theme-core and theme-simplybusiness to reflect changes in mobius and mobius-journey
|
|
14
|
+
|
|
3
15
|
## 7.8.6
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -618,7 +630,6 @@
|
|
|
618
630
|
- 93b9c39: ### Breaking Change
|
|
619
631
|
|
|
620
632
|
External margins removed from the following components:
|
|
621
|
-
|
|
622
633
|
- `Accordion`
|
|
623
634
|
- `Alert`
|
|
624
635
|
- `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.
|
|
3
|
+
"version": "7.8.8",
|
|
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.
|
|
29
|
+
"@simplybusiness/mobius": "^5.29.9"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"css-loader": "^7.1.2",
|