@simplybusiness/theme-core 7.2.7 → 7.2.9
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 +15 -0
- package/dist/index.css +13 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 7.2.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [902cee3]
|
|
8
|
+
- @simplybusiness/mobius@5.11.1
|
|
9
|
+
|
|
10
|
+
## 7.2.8
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [03ed793]
|
|
15
|
+
- Updated dependencies [58ed811]
|
|
16
|
+
- @simplybusiness/mobius@5.11.0
|
|
17
|
+
|
|
3
18
|
## 7.2.7
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -584,12 +584,16 @@ a.mobius-button:focus-visible,
|
|
|
584
584
|
cursor:pointer;
|
|
585
585
|
}
|
|
586
586
|
|
|
587
|
-
.mobius-combobox__option:hover
|
|
588
|
-
.mobius-combobox__option--is-highlighted{
|
|
587
|
+
.mobius-combobox__option:hover{
|
|
589
588
|
background-color:var(--color-primary);
|
|
590
589
|
color:var(--color-neutral-100);
|
|
591
590
|
}
|
|
592
591
|
|
|
592
|
+
.mobius-combobox__option--is-highlighted{
|
|
593
|
+
background-color:var(--color-primary-light);
|
|
594
|
+
color:var(--color-neutral-100);
|
|
595
|
+
}
|
|
596
|
+
|
|
593
597
|
[role="group"]{
|
|
594
598
|
margin:0;
|
|
595
599
|
padding:0;
|
|
@@ -610,6 +614,13 @@ a.mobius-button:focus-visible,
|
|
|
610
614
|
cursor:pointer;
|
|
611
615
|
}
|
|
612
616
|
|
|
617
|
+
.mobius-combobox--is-loading input{
|
|
618
|
+
background-image:url("data:image/svg+xml,%3C%3Fxml version%3D%221.0%22 encoding%3D%22UTF-8%22 standalone%3D%22no%22%3F%3E%3Csvg width%3D%22120%22 height%3D%2230%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Ccircle cx%3D%2215%22 cy%3D%2215%22 r%3D%2210%22 fill%3D%22black%22%3E %3Canimate attributeName%3D%22opacity%22 values%3D%220%3B1%3B0%22 dur%3D%221.5s%22 repeatCount%3D%22indefinite%22 begin%3D%220s%22 %2F%3E %3C%2Fcircle%3E %3Ccircle cx%3D%2260%22 cy%3D%2215%22 r%3D%2210%22 fill%3D%22black%22%3E %3Canimate attributeName%3D%22opacity%22 values%3D%220%3B1%3B0%22 dur%3D%221.5s%22 repeatCount%3D%22indefinite%22 begin%3D%220.5s%22 %2F%3E %3C%2Fcircle%3E %3Ccircle cx%3D%22105%22 cy%3D%2215%22 r%3D%2210%22 fill%3D%22black%22%3E %3Canimate attributeName%3D%22opacity%22 values%3D%220%3B1%3B0%22 dur%3D%221.5s%22 repeatCount%3D%22indefinite%22 begin%3D%221s%22 %2F%3E %3C%2Fcircle%3E%3C%2Fsvg%3E");
|
|
619
|
+
background-position:right 10px center;
|
|
620
|
+
background-repeat:no-repeat;
|
|
621
|
+
background-size:32px;
|
|
622
|
+
}
|
|
623
|
+
|
|
613
624
|
.mobius-container{
|
|
614
625
|
box-sizing:border-box;
|
|
615
626
|
margin-left:auto;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-core",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.9",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"./fonts": "./dist/fonts.css"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@simplybusiness/mobius": "^5.
|
|
29
|
+
"@simplybusiness/mobius": "^5.11.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"css-loader": "^7.1.2",
|