@simplybusiness/theme-simplybusiness 1.3.3 → 1.3.5
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 +19 -0
- package/dist/index.css +7 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.3.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [1dfe8de]
|
|
8
|
+
- Updated dependencies [4c1da82]
|
|
9
|
+
- @simplybusiness/mobius-journey@6.18.2
|
|
10
|
+
|
|
11
|
+
## 1.3.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [03ed793]
|
|
16
|
+
- Updated dependencies [58ed811]
|
|
17
|
+
- @simplybusiness/mobius@5.11.0
|
|
18
|
+
- @simplybusiness/mobius-journey@6.18.1
|
|
19
|
+
- @simplybusiness/mobius-datepicker@6.0.17
|
|
20
|
+
- @simplybusiness/theme-core@7.2.8
|
|
21
|
+
|
|
3
22
|
## 1.3.3
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -513,6 +513,12 @@ a.mobius-button:focus-visible,
|
|
|
513
513
|
display:block;
|
|
514
514
|
cursor:pointer;
|
|
515
515
|
}
|
|
516
|
+
.mobius-combobox--is-loading input{
|
|
517
|
+
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");
|
|
518
|
+
background-position:right 10px center;
|
|
519
|
+
background-repeat:no-repeat;
|
|
520
|
+
background-size:32px;
|
|
521
|
+
}
|
|
516
522
|
.mobius-container{
|
|
517
523
|
box-sizing:border-box;
|
|
518
524
|
margin-left:auto;
|
|
@@ -3523,6 +3529,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3523
3529
|
margin-bottom:var(--size-xxl);
|
|
3524
3530
|
}
|
|
3525
3531
|
.mobius-section__title{
|
|
3532
|
+
color:var(--color-text);
|
|
3526
3533
|
font-size:var(--font-size-small-title);
|
|
3527
3534
|
line-height:var(--line-height-tight);
|
|
3528
3535
|
margin:var(--size-md) 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.5",
|
|
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.
|
|
30
|
-
"@simplybusiness/mobius-datepicker": "^6.0.
|
|
31
|
-
"@simplybusiness/mobius-journey": "^6.18.
|
|
32
|
-
"@simplybusiness/theme-core": "^7.2.
|
|
29
|
+
"@simplybusiness/mobius": "^5.11.0",
|
|
30
|
+
"@simplybusiness/mobius-datepicker": "^6.0.17",
|
|
31
|
+
"@simplybusiness/mobius-journey": "^6.18.2",
|
|
32
|
+
"@simplybusiness/theme-core": "^7.2.8"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"css-loader": "^7.1.2",
|