@simplybusiness/theme-simplybusiness 1.17.3 → 1.17.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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.17.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a8656a7]
8
+ - Updated dependencies [c88458c]
9
+ - @simplybusiness/mobius-journey@8.6.0
10
+
11
+ ## 1.17.4
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [4acd1c8]
16
+ - Updated dependencies [6432101]
17
+ - @simplybusiness/mobius-journey@8.5.0
18
+
3
19
  ## 1.17.3
4
20
 
5
21
  ### Patch Changes
package/dist/index.css CHANGED
@@ -3436,6 +3436,12 @@ svg:not(:host).svg-inline--mobius-icon{
3436
3436
  grid-template-columns:auto auto;
3437
3437
  justify-content:space-between;
3438
3438
  }
3439
+ .mobius-personalised-cover__form{
3440
+ margin-bottom:0;
3441
+ }
3442
+ .mobius-personalised-cover__submit-action{
3443
+ width:100%;
3444
+ }
3439
3445
  @media (max-width: 640px){
3440
3446
  .mobius-personalised-cover__container{
3441
3447
  box-shadow:2px 2px 10px 0 #00000033;
@@ -6148,6 +6154,38 @@ svg:not(:host).svg-inline--mobius-icon{
6148
6154
  .mobius-interventions__coverage-diagnosis-modal-button{
6149
6155
  margin-bottom:8px;
6150
6156
  }
6157
+ .mobius-interventions__inpage-indicative-price-container{
6158
+ flex-direction:column;
6159
+ display:flex;
6160
+ }
6161
+ .mobius-interventions__inpage-indicative-price-box{
6162
+ background-color:rgba(70, 50, 216, .05);
6163
+ border-radius:5px;
6164
+ padding:0px 14px 0px 14px;
6165
+ }
6166
+ .mobius-interventions__inpage-indicative-price-text{
6167
+ font-size:16px;
6168
+ font-weight:400;
6169
+ }
6170
+ .mobius-interventions__inpage-indicative-price-amount{
6171
+ font-size:32px;
6172
+ font-weight:600;
6173
+ line-height:24px;
6174
+ color:#4632D8;
6175
+ margin:0;
6176
+ }
6177
+ .mobius-interventions__inpage-indicative-price-amount-text{
6178
+ font-size:22px;
6179
+ font-weight:600;
6180
+ line-height:24px;
6181
+ color:#4632D8;
6182
+ margin:0;
6183
+ }
6184
+ .mobius-interventions__inpage-indicative-price-footer-text{
6185
+ color:#5d5d60;
6186
+ padding-top:12px;
6187
+ font-size:10px;
6188
+ }
6151
6189
  .mobius-chatbot{
6152
6190
  height:100%;
6153
6191
  display:flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.17.3",
3
+ "version": "1.17.5",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "@simplybusiness/mobius": "^5.25.2",
30
30
  "@simplybusiness/mobius-datepicker": "^6.5.7",
31
- "@simplybusiness/mobius-journey": "^8.4.0",
31
+ "@simplybusiness/mobius-journey": "^8.6.0",
32
32
  "@simplybusiness/theme-core": "^7.6.2"
33
33
  },
34
34
  "devDependencies": {