@simplybusiness/theme-simplybusiness 1.3.3 → 1.3.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 CHANGED
@@ -1,5 +1,16 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [03ed793]
8
+ - Updated dependencies [58ed811]
9
+ - @simplybusiness/mobius@5.11.0
10
+ - @simplybusiness/mobius-journey@6.18.1
11
+ - @simplybusiness/mobius-datepicker@6.0.17
12
+ - @simplybusiness/theme-core@7.2.8
13
+
3
14
  ## 1.3.3
4
15
 
5
16
  ### 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.3.3",
3
+ "version": "1.3.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.10.0",
30
- "@simplybusiness/mobius-datepicker": "^6.0.16",
31
- "@simplybusiness/mobius-journey": "^6.18.0",
32
- "@simplybusiness/theme-core": "^7.2.7"
29
+ "@simplybusiness/mobius": "^5.11.0",
30
+ "@simplybusiness/mobius-datepicker": "^6.0.17",
31
+ "@simplybusiness/mobius-journey": "^6.18.1",
32
+ "@simplybusiness/theme-core": "^7.2.8"
33
33
  },
34
34
  "devDependencies": {
35
35
  "css-loader": "^7.1.2",