@simplybusiness/theme-simplybusiness 1.28.5 → 1.28.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 +21 -0
- package/dist/index.css +4 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.28.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [57359ca]
|
|
8
|
+
- Updated dependencies [5b28c9f]
|
|
9
|
+
- Updated dependencies [c5efed0]
|
|
10
|
+
- @simplybusiness/mobius-journey@8.73.0
|
|
11
|
+
- @simplybusiness/theme-core@7.10.4
|
|
12
|
+
- @simplybusiness/mobius@5.32.3
|
|
13
|
+
- @simplybusiness/mobius-chatbot@1.5.0
|
|
14
|
+
- @simplybusiness/mobius-datepicker@6.7.16
|
|
15
|
+
- @simplybusiness/mobius-interventions@1.79.3
|
|
16
|
+
|
|
17
|
+
## 1.28.6
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [824c823]
|
|
22
|
+
- @simplybusiness/mobius-journey@8.72.1
|
|
23
|
+
|
|
3
24
|
## 1.28.5
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -861,7 +861,7 @@ a.mobius-button:focus-visible,
|
|
|
861
861
|
-webkit-text-decoration:underline;
|
|
862
862
|
text-decoration:underline;
|
|
863
863
|
cursor:pointer;
|
|
864
|
-
color:var(--color-
|
|
864
|
+
color:var(--color-link-hover);
|
|
865
865
|
}
|
|
866
866
|
.mobius-link:focus-visible{
|
|
867
867
|
box-shadow:var(--box-shadow-default);
|
|
@@ -876,7 +876,7 @@ a.mobius-button:focus-visible,
|
|
|
876
876
|
color:var(--color-link-secondary);
|
|
877
877
|
}
|
|
878
878
|
.mobius-link--secondary:hover,.mobius-link--secondary:active{
|
|
879
|
-
color:var(--color-link-secondary);
|
|
879
|
+
color:var(--color-link-secondary-hover);
|
|
880
880
|
}
|
|
881
881
|
.mobius-list{
|
|
882
882
|
box-sizing:border-box;
|
|
@@ -2570,7 +2570,9 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
2570
2570
|
--table-border-width:1px;
|
|
2571
2571
|
--title-decorator-width:8px;
|
|
2572
2572
|
--color-link:var(--color-secondary);
|
|
2573
|
+
--color-link-hover:var(--color-secondary-hover);
|
|
2573
2574
|
--color-link-secondary:var(--color-link);
|
|
2575
|
+
--color-link-secondary-hover:var(--color-link-hover);
|
|
2574
2576
|
}
|
|
2575
2577
|
:root{
|
|
2576
2578
|
--color-pulse:var(--color-focus);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.28.
|
|
3
|
+
"version": "1.28.7",
|
|
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.32.
|
|
30
|
-
"@simplybusiness/mobius-chatbot": "^1.
|
|
31
|
-
"@simplybusiness/mobius-datepicker": "^6.7.
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^1.79.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^8.
|
|
34
|
-
"@simplybusiness/theme-core": "^7.10.
|
|
29
|
+
"@simplybusiness/mobius": "^5.32.3",
|
|
30
|
+
"@simplybusiness/mobius-chatbot": "^1.5.0",
|
|
31
|
+
"@simplybusiness/mobius-datepicker": "^6.7.16",
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^1.79.3",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^8.73.0",
|
|
34
|
+
"@simplybusiness/theme-core": "^7.10.4"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"build-scripts": "^1.0.1",
|