@simplybusiness/theme-simplybusiness 2.3.8 → 2.3.9

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
+ ## 2.3.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6a6eb01]
8
+ - Updated dependencies [40d7581]
9
+ - Updated dependencies [78d7262]
10
+ - Updated dependencies [448cfb8]
11
+ - Updated dependencies [e48eeb9]
12
+ - @simplybusiness/mobius-journey@10.26.0
13
+
3
14
  ## 2.3.8
4
15
 
5
16
  ### Patch Changes
package/dist/index.css CHANGED
@@ -4202,6 +4202,9 @@ svg:not(:host).svg-inline--mobius-icon{
4202
4202
  .mobius-section__postamble{
4203
4203
  color:var(--color-text-medium);
4204
4204
  }
4205
+ .mobius-section__postamble a{
4206
+ color:var(--color-link);
4207
+ }
4205
4208
  .mobius-section__question-container{
4206
4209
  max-width:var(--section-max-width);
4207
4210
  display:grid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "2.3.8",
3
+ "version": "2.3.9",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -30,7 +30,7 @@
30
30
  "@simplybusiness/mobius-chatbot": "^2.0.18",
31
31
  "@simplybusiness/mobius-datepicker": "^7.1.14",
32
32
  "@simplybusiness/mobius-interventions": "^2.7.8",
33
- "@simplybusiness/mobius-journey": "^10.25.0",
33
+ "@simplybusiness/mobius-journey": "^10.26.0",
34
34
  "@simplybusiness/theme-core": "^7.13.12"
35
35
  },
36
36
  "devDependencies": {