@simplybusiness/theme-core 7.2.6 → 7.2.8
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 +16 -0
- package/dist/index.css +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 7.2.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [03ed793]
|
|
8
|
+
- Updated dependencies [58ed811]
|
|
9
|
+
- @simplybusiness/mobius@5.11.0
|
|
10
|
+
|
|
11
|
+
## 7.2.7
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [a9ceb42]
|
|
16
|
+
- Updated dependencies [cc5b228]
|
|
17
|
+
- @simplybusiness/mobius@5.10.0
|
|
18
|
+
|
|
3
19
|
## 7.2.6
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -610,6 +610,13 @@ a.mobius-button:focus-visible,
|
|
|
610
610
|
cursor:pointer;
|
|
611
611
|
}
|
|
612
612
|
|
|
613
|
+
.mobius-combobox--is-loading input{
|
|
614
|
+
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");
|
|
615
|
+
background-position:right 10px center;
|
|
616
|
+
background-repeat:no-repeat;
|
|
617
|
+
background-size:32px;
|
|
618
|
+
}
|
|
619
|
+
|
|
613
620
|
.mobius-container{
|
|
614
621
|
box-sizing:border-box;
|
|
615
622
|
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.8",
|
|
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.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"css-loader": "^7.1.2",
|