@simplybusiness/theme-simplybusiness 1.3.6 → 1.3.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 +10 -0
- package/dist/index.css +5 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.3.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [902cee3]
|
|
8
|
+
- @simplybusiness/mobius@5.11.1
|
|
9
|
+
- @simplybusiness/mobius-datepicker@6.0.18
|
|
10
|
+
- @simplybusiness/mobius-journey@6.19.1
|
|
11
|
+
- @simplybusiness/theme-core@7.2.9
|
|
12
|
+
|
|
3
13
|
## 1.3.6
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -491,11 +491,14 @@ a.mobius-button:focus-visible,
|
|
|
491
491
|
padding:var(--option-padding);
|
|
492
492
|
cursor:pointer;
|
|
493
493
|
}
|
|
494
|
-
.mobius-combobox__option:hover
|
|
495
|
-
.mobius-combobox__option--is-highlighted{
|
|
494
|
+
.mobius-combobox__option:hover{
|
|
496
495
|
background-color:var(--color-primary);
|
|
497
496
|
color:var(--color-neutral-100);
|
|
498
497
|
}
|
|
498
|
+
.mobius-combobox__option--is-highlighted{
|
|
499
|
+
background-color:var(--color-primary-light);
|
|
500
|
+
color:var(--color-neutral-100);
|
|
501
|
+
}
|
|
499
502
|
[role="group"]{
|
|
500
503
|
margin:0;
|
|
501
504
|
padding:0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.7",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"./fonts": "./dist/fonts.css"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@simplybusiness/mobius": "^5.11.
|
|
30
|
-
"@simplybusiness/mobius-datepicker": "^6.0.
|
|
31
|
-
"@simplybusiness/mobius-journey": "^6.19.
|
|
32
|
-
"@simplybusiness/theme-core": "^7.2.
|
|
29
|
+
"@simplybusiness/mobius": "^5.11.1",
|
|
30
|
+
"@simplybusiness/mobius-datepicker": "^6.0.18",
|
|
31
|
+
"@simplybusiness/mobius-journey": "^6.19.1",
|
|
32
|
+
"@simplybusiness/theme-core": "^7.2.9"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"css-loader": "^7.1.2",
|