@simplybusiness/theme-simplybusiness 2.8.0 → 2.8.1
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 +9 -0
- package/dist/index.css +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.8.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [022e44d]
|
|
8
|
+
- Updated dependencies [7ffe7aa]
|
|
9
|
+
- Updated dependencies [9116808]
|
|
10
|
+
- @simplybusiness/mobius-journey@11.12.0
|
|
11
|
+
|
|
3
12
|
## 2.8.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/dist/index.css
CHANGED
|
@@ -4129,7 +4129,11 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4129
4129
|
border:2px solid var(--color-border-medium);
|
|
4130
4130
|
border-radius:var(--radius-1);
|
|
4131
4131
|
padding:var(--size-sm);
|
|
4132
|
+
transition:border-color 0.15s;
|
|
4132
4133
|
}
|
|
4134
|
+
.mobius-section__personalised-cover-group.--is-active{
|
|
4135
|
+
border:2px solid var(--color-primary);
|
|
4136
|
+
}
|
|
4133
4137
|
.mobius-section__personalised-cover-group.--is-invalid{
|
|
4134
4138
|
border:2px solid var(--color-error);
|
|
4135
4139
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.1",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@simplybusiness/mobius-chatbot": "^2.1.0",
|
|
31
31
|
"@simplybusiness/mobius-datepicker": "^7.2.0",
|
|
32
32
|
"@simplybusiness/mobius-interventions": "^3.2.0",
|
|
33
|
-
"@simplybusiness/mobius-journey": "^11.
|
|
33
|
+
"@simplybusiness/mobius-journey": "^11.12.0",
|
|
34
34
|
"@simplybusiness/theme-core": "^7.14.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|