@simplybusiness/theme-core 7.8.5 → 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 +14 -1
- package/dist/index.css +7 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
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
|
+
|
|
9
|
+
## 7.8.6
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- e9fc12c: chore(deps): Update dependencies
|
|
14
|
+
- Updated dependencies [e9fc12c]
|
|
15
|
+
- @simplybusiness/mobius@5.29.6
|
|
16
|
+
|
|
3
17
|
## 7.8.5
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -610,7 +624,6 @@
|
|
|
610
624
|
- 93b9c39: ### Breaking Change
|
|
611
625
|
|
|
612
626
|
External margins removed from the following components:
|
|
613
|
-
|
|
614
627
|
- `Accordion`
|
|
615
628
|
- `Alert`
|
|
616
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.
|
|
3
|
+
"version": "7.8.7",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -26,22 +26,22 @@
|
|
|
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",
|
|
33
|
-
"esbuild": "^0.25.
|
|
33
|
+
"esbuild": "^0.25.5",
|
|
34
34
|
"esbuild-plugin-clean": "^1.0.1",
|
|
35
35
|
"mini-css-extract-plugin": "^2.9.2",
|
|
36
|
-
"postcss": "^8.5.
|
|
36
|
+
"postcss": "^8.5.6",
|
|
37
37
|
"postcss-discard-comments": "^7.0.4",
|
|
38
|
-
"postcss-import": "^16.1.
|
|
38
|
+
"postcss-import": "^16.1.1",
|
|
39
39
|
"postcss-loader": "^8.1.1",
|
|
40
40
|
"postcss-nested": "^7.0.2",
|
|
41
|
-
"postcss-preset-env": "^10.
|
|
41
|
+
"postcss-preset-env": "^10.2.3",
|
|
42
42
|
"postcss-url": "^10.1.3",
|
|
43
43
|
"resolve-url-loader": "^5.0.0",
|
|
44
|
-
"sass": "^1.89.
|
|
44
|
+
"sass": "^1.89.2",
|
|
45
45
|
"sass-loader": "^16.0.5",
|
|
46
46
|
"webpack": "^5.99.9",
|
|
47
47
|
"webpack-cli": "^6.0.1",
|