@simplybusiness/theme-simplybusiness 1.24.3 → 1.24.4
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 +11 -0
- package/dist/index.css +2 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.24.4
|
|
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
|
+
- Updated dependencies [4b83bca]
|
|
9
|
+
- Updated dependencies [1c73052]
|
|
10
|
+
- @simplybusiness/mobius-interventions@1.73.0
|
|
11
|
+
- @simplybusiness/mobius-journey@8.45.0
|
|
12
|
+
- @simplybusiness/theme-core@7.8.7
|
|
13
|
+
|
|
3
14
|
## 1.24.3
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -344,6 +344,7 @@ a.mobius-button:focus-visible,
|
|
|
344
344
|
.mobius-checkbox__input.--is-selected{
|
|
345
345
|
background-color:var(--checkbox-background-color);
|
|
346
346
|
background-image:var(--checkbox-icon);
|
|
347
|
+
background-size:var(--checkbox-icon-size);
|
|
347
348
|
}
|
|
348
349
|
.mobius-checkbox__input.--is-selected.--is-invalid{
|
|
349
350
|
background-color:var(--checkbox-background-color-invalid);
|
|
@@ -3551,6 +3552,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3551
3552
|
background-color:var(--progress-steps-secondary-color);
|
|
3552
3553
|
background-repeat:no-repeat;
|
|
3553
3554
|
background-position:center;
|
|
3555
|
+
background-size:var(--progress-steps-icon-size);
|
|
3554
3556
|
}
|
|
3555
3557
|
.mobius-progress-steps__item-shape::after{
|
|
3556
3558
|
content:"";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.4",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"./fonts": "./dist/fonts.css"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@simplybusiness/mobius": "^5.29.
|
|
29
|
+
"@simplybusiness/mobius": "^5.29.9",
|
|
30
30
|
"@simplybusiness/mobius-chatbot": "^1.4.16",
|
|
31
31
|
"@simplybusiness/mobius-datepicker": "^6.7.3",
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^1.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^8.
|
|
34
|
-
"@simplybusiness/theme-core": "^7.8.
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^1.73.0",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^8.45.0",
|
|
34
|
+
"@simplybusiness/theme-core": "^7.8.7"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"css-loader": "^7.1.2",
|