@simplybusiness/theme-simplybusiness 2.13.15 → 2.13.17

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,30 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 2.13.17
4
+
5
+ ### Patch Changes
6
+
7
+ - c3546ae: Increase section-max-width to match CX grid layout
8
+ - Updated dependencies [3f78e78]
9
+ - Updated dependencies [998c48a]
10
+ - Updated dependencies [f76eb90]
11
+ - Updated dependencies [49b807c]
12
+ - Updated dependencies [ba11b72]
13
+ - Updated dependencies [c3546ae]
14
+ - @simplybusiness/mobius-journey@11.43.0
15
+ - @simplybusiness/mobius-interventions@3.11.2
16
+ - @simplybusiness/theme-core@7.14.21
17
+ - @simplybusiness/mobius@6.10.5
18
+ - @simplybusiness/mobius-chatbot@2.2.18
19
+ - @simplybusiness/mobius-datepicker@7.3.17
20
+
21
+ ## 2.13.16
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [bdeddf4]
26
+ - @simplybusiness/mobius-journey@11.42.0
27
+
3
28
  ## 2.13.15
4
29
 
5
30
  ### Patch Changes
package/dist/index.css CHANGED
@@ -3835,7 +3835,7 @@ svg:not(:host).svg-inline--mobius-icon{
3835
3835
  display:flex;
3836
3836
  justify-content:space-between;
3837
3837
  align-items:center;
3838
- max-width:552px;
3838
+ max-width:var(--section-max-width);
3839
3839
  }
3840
3840
  .see_more_covers-button{
3841
3841
  width:100%;
@@ -3844,6 +3844,9 @@ svg:not(:host).svg-inline--mobius-icon{
3844
3844
  .see_more_covers-container{
3845
3845
  justify-content:center;
3846
3846
  }
3847
+ .mobius-actions.--stacked .mobius-submit-action{
3848
+ margin-left:auto;
3849
+ }
3847
3850
  :root{
3848
3851
  interpolate-size:allow-keywords;
3849
3852
  --animation-duration:0.4s;
@@ -4025,7 +4028,7 @@ svg:not(:host).svg-inline--mobius-icon{
4025
4028
  margin-top:var(--size-xl);
4026
4029
  }
4027
4030
  .mobius-questionnaire .mobius-actions{
4028
- max-width:552px;
4031
+ max-width:var(--section-max-width);
4029
4032
  }
4030
4033
  .mobius-questionnaire__error-alert{
4031
4034
  max-width:var(--section-max-width);
@@ -4411,7 +4414,7 @@ svg:not(:host).svg-inline--mobius-icon{
4411
4414
  .mobius-security-locks{
4412
4415
  display:grid;
4413
4416
  grid-template-columns:repeat(2, 1fr);
4414
- max-width:552px;
4417
+ max-width:var(--section-max-width);
4415
4418
  gap:var(--size-sm);
4416
4419
  }
4417
4420
  @media (min-width: 600px){
@@ -5865,6 +5868,9 @@ svg:not(:host).svg-inline--mobius-icon{
5865
5868
  grid-template-columns:repeat(3, 1fr);
5866
5869
  }
5867
5870
  }
5871
+ .mobius-recommendations__error{
5872
+ margin-bottom:var(--size-md);
5873
+ }
5868
5874
  .mobius-quote-card__section{
5869
5875
  position:relative;
5870
5876
  font-size:var(--font-size-regular);
@@ -8782,7 +8788,7 @@ input[type="date"]::-webkit-datetime-edit-year-field{
8782
8788
  --progress-steps-active-text-color:var(--color-text-inverted);
8783
8789
  --progress-steps-active-label-color:var(--color-text);
8784
8790
  --progress-steps-active-line-color:var(--progress-steps-secondary-color);
8785
- --section-max-width:552px;
8791
+ --section-max-width:572px;
8786
8792
  --questionnaire-list-icon:url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%22448%22 height%3D%22512%22 viewbox%3D%220 0 24 24%22%3E %3Cpath d%3D%22M448 130L431 147 177.5 399.2l-16.9 16.9-16.9-16.9L17 273.1 0 256.2l33.9-34 17 16.9L160.6 348.3 397.1 112.9l17-16.9L448 130z%22 fill%3D%22%23e943c9%22 %2F%3E%3C%2Fsvg%3E");
8787
8793
  --radio-icon-color:var(--color-accent);
8788
8794
  --color-reward-banner-voucher-background:#00ad93;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "2.13.15",
3
+ "version": "2.13.17",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -31,12 +31,12 @@
31
31
  "@simplybusiness/mobius": "^6.10.5",
32
32
  "@simplybusiness/mobius-chatbot": "^2.2.18",
33
33
  "@simplybusiness/mobius-datepicker": "^7.3.17",
34
- "@simplybusiness/mobius-interventions": "^3.11.1",
35
- "@simplybusiness/mobius-journey": "^11.41.2",
36
- "@simplybusiness/theme-core": "^7.14.20"
34
+ "@simplybusiness/mobius-interventions": "^3.11.2",
35
+ "@simplybusiness/mobius-journey": "^11.43.0",
36
+ "@simplybusiness/theme-core": "^7.14.21"
37
37
  },
38
38
  "devDependencies": {
39
- "@simplybusiness/build-scripts": "^1.2.1",
39
+ "@simplybusiness/build-scripts": "^1.2.2",
40
40
  "react": "^19.2.1",
41
41
  "react-dom": "^19.2.1"
42
42
  }
package/src/variables.css CHANGED
@@ -48,7 +48,7 @@
48
48
  --progress-steps-active-line-color: var(--progress-steps-secondary-color);
49
49
 
50
50
  /* Section */
51
- --section-max-width: 552px;
51
+ --section-max-width: 572px;
52
52
  --questionnaire-list-icon: url("./images/tick.svg");
53
53
 
54
54
  /* Radio */