@simplybusiness/theme-simplybusiness 1.17.2 → 1.17.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,20 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.17.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4acd1c8]
8
+ - Updated dependencies [6432101]
9
+ - @simplybusiness/mobius-journey@8.5.0
10
+
11
+ ## 1.17.3
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [785dcc3]
16
+ - @simplybusiness/mobius-journey@8.4.0
17
+
3
18
  ## 1.17.2
4
19
 
5
20
  ### 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;
@@ -5176,6 +5182,9 @@ svg:not(:host).svg-inline--mobius-icon{
5176
5182
  border:1px solid var(--color-border);
5177
5183
  background-color:var(--color-background);
5178
5184
  }
5185
+ .mobius-skip_to_next_coverage__skeleton{
5186
+ align-items:unset;
5187
+ }
5179
5188
  .mobius-referral{
5180
5189
  display:grid;
5181
5190
  column-gap:var(--size-xl);
@@ -6145,6 +6154,38 @@ svg:not(:host).svg-inline--mobius-icon{
6145
6154
  .mobius-interventions__coverage-diagnosis-modal-button{
6146
6155
  margin-bottom:8px;
6147
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
+ }
6148
6189
  .mobius-chatbot{
6149
6190
  height:100%;
6150
6191
  display:flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.17.2",
3
+ "version": "1.17.4",
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.3.1",
31
+ "@simplybusiness/mobius-journey": "^8.5.0",
32
32
  "@simplybusiness/theme-core": "^7.6.2"
33
33
  },
34
34
  "devDependencies": {