@simplybusiness/theme-simplybusiness 1.15.3 → 1.15.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 +10 -0
- package/dist/index.css +10 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.15.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d1b9571]
|
|
8
|
+
- @simplybusiness/mobius@5.24.1
|
|
9
|
+
- @simplybusiness/mobius-datepicker@6.5.2
|
|
10
|
+
- @simplybusiness/mobius-journey@6.72.1
|
|
11
|
+
- @simplybusiness/theme-core@7.5.2
|
|
12
|
+
|
|
3
13
|
## 1.15.3
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -491,17 +491,23 @@ a.mobius-button:focus-visible,
|
|
|
491
491
|
.mobius-combobox--is-expanded.mobius-combobox--is-mobile .mobius-combobox__list{
|
|
492
492
|
max-height:var(--listbox-max-height-mobile);
|
|
493
493
|
}
|
|
494
|
+
.mobius-combobox__no-options{
|
|
495
|
+
padding:var(--option-padding);
|
|
496
|
+
text-align:center;
|
|
497
|
+
}
|
|
494
498
|
.mobius-combobox__option{
|
|
495
499
|
padding:var(--option-padding);
|
|
496
500
|
cursor:pointer;
|
|
501
|
+
margin:2px;
|
|
502
|
+
border:solid 2px transparent;
|
|
503
|
+
border-radius:var(--radius-1);
|
|
497
504
|
}
|
|
498
505
|
.mobius-combobox__option:hover{
|
|
499
|
-
background-color:var(--color-primary);
|
|
506
|
+
background-color:var(--color-primary-light);
|
|
500
507
|
color:var(--color-neutral-100);
|
|
501
508
|
}
|
|
502
509
|
.mobius-combobox__option--is-highlighted{
|
|
503
|
-
|
|
504
|
-
color:var(--color-neutral-100);
|
|
510
|
+
border-color:var(--color-focus);
|
|
505
511
|
}
|
|
506
512
|
[role="group"]{
|
|
507
513
|
margin:0;
|
|
@@ -6191,6 +6197,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
6191
6197
|
color:#5D5D60;
|
|
6192
6198
|
line-height:16px;
|
|
6193
6199
|
font-size:12px;
|
|
6200
|
+
margin:20px 0 0 0;
|
|
6194
6201
|
}
|
|
6195
6202
|
.mobius-interventions__trade-based-claims-text-subheading{
|
|
6196
6203
|
font-weight:var(--font-weight-normal);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.4",
|
|
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.24.
|
|
30
|
-
"@simplybusiness/mobius-datepicker": "^6.5.
|
|
31
|
-
"@simplybusiness/mobius-journey": "^6.72.
|
|
32
|
-
"@simplybusiness/theme-core": "^7.5.
|
|
29
|
+
"@simplybusiness/mobius": "^5.24.1",
|
|
30
|
+
"@simplybusiness/mobius-datepicker": "^6.5.2",
|
|
31
|
+
"@simplybusiness/mobius-journey": "^6.72.1",
|
|
32
|
+
"@simplybusiness/theme-core": "^7.5.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"css-loader": "^7.1.2",
|