@simplybusiness/theme-simplybusiness 1.15.8 → 1.15.10

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,25 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.15.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [266b1ad]
8
+ - Updated dependencies [ead0290]
9
+ - Updated dependencies [b892045]
10
+ - Updated dependencies [11d6672]
11
+ - @simplybusiness/mobius-journey@7.2.0
12
+ - @simplybusiness/mobius@5.24.2
13
+ - @simplybusiness/mobius-datepicker@6.5.3
14
+ - @simplybusiness/theme-core@7.5.3
15
+
16
+ ## 1.15.9
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [ab01f32]
21
+ - @simplybusiness/mobius-journey@7.1.3
22
+
3
23
  ## 1.15.8
4
24
 
5
25
  ### Patch Changes
package/dist/index.css CHANGED
@@ -6048,6 +6048,19 @@ svg:not(:host).svg-inline--mobius-icon{
6048
6048
  width:100px;
6049
6049
  margin-bottom:10px;
6050
6050
  }
6051
+ .mobius-interventions__trade-selected-insurers{
6052
+ overflow-y:hidden;
6053
+ overflow-x:hidden;
6054
+ height:40px;
6055
+ }
6056
+ .mobius-interventions__trade-selected-insurers > div{
6057
+ background-position:center center;
6058
+ background-repeat:no-repeat;
6059
+ background-size:contain;
6060
+ height:30px;
6061
+ width:80px;
6062
+ margin-bottom:10px;
6063
+ }
6051
6064
  .mobius-interventions__comparison-modal-insurer--ageas{
6052
6065
  background-image:url(abd97993df5f62b33e7b.svg);
6053
6066
  }
@@ -6168,6 +6181,26 @@ svg:not(:host).svg-inline--mobius-icon{
6168
6181
  margin-top:0%;
6169
6182
  }
6170
6183
  }
6184
+ .mobius-interventions__price-estimate{
6185
+ border:2px solid #4632d8;
6186
+ border-radius:5px;
6187
+ padding:15px 10px;
6188
+ }
6189
+ .mobius-interventions__price-estimate-text{
6190
+ margin-bottom:0px;
6191
+ margin-top:0px
6192
+ }
6193
+ .mobius-interventions__price-estimate-container{
6194
+ padding-top:20px;
6195
+ }
6196
+ .price-estimate-footer{
6197
+ color:#5d5d60;
6198
+ margin-bottom:0;
6199
+ padding-top:20px;
6200
+ font-size:14px;
6201
+ font-size:1rem;
6202
+ line-height:1.4rem;
6203
+ }
6171
6204
  :root,
6172
6205
  :host{
6173
6206
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.15.8",
3
+ "version": "1.15.10",
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.1",
30
- "@simplybusiness/mobius-datepicker": "^6.5.2",
31
- "@simplybusiness/mobius-journey": "^7.1.2",
32
- "@simplybusiness/theme-core": "^7.5.2"
29
+ "@simplybusiness/mobius": "^5.24.2",
30
+ "@simplybusiness/mobius-datepicker": "^6.5.3",
31
+ "@simplybusiness/mobius-journey": "^7.2.0",
32
+ "@simplybusiness/theme-core": "^7.5.3"
33
33
  },
34
34
  "devDependencies": {
35
35
  "css-loader": "^7.1.2",