@simplybusiness/theme-simplybusiness 1.17.2 → 1.17.3

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,12 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.17.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [785dcc3]
8
+ - @simplybusiness/mobius-journey@8.4.0
9
+
3
10
  ## 1.17.2
4
11
 
5
12
  ### Patch Changes
package/dist/index.css CHANGED
@@ -5176,6 +5176,9 @@ svg:not(:host).svg-inline--mobius-icon{
5176
5176
  border:1px solid var(--color-border);
5177
5177
  background-color:var(--color-background);
5178
5178
  }
5179
+ .mobius-skip_to_next_coverage__skeleton{
5180
+ align-items:unset;
5181
+ }
5179
5182
  .mobius-referral{
5180
5183
  display:grid;
5181
5184
  column-gap:var(--size-xl);
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.3",
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.4.0",
32
32
  "@simplybusiness/theme-core": "^7.6.2"
33
33
  },
34
34
  "devDependencies": {