@simplybusiness/theme-core 7.9.1 → 7.9.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,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 60fd0cc: Fix release dependencies tracking
8
+ - Updated dependencies [60fd0cc]
9
+ - @simplybusiness/mobius@5.31.3
10
+
11
+ ## 7.9.2
12
+
13
+ ### Patch Changes
14
+
15
+ - @simplybusiness/mobius@5.31.2
16
+
3
17
  ## 7.9.1
4
18
 
5
19
  ### Patch Changes
package/dist/index.css CHANGED
@@ -1109,7 +1109,7 @@ a.mobius-button:focus-visible,
1109
1109
  color:var(--color-primary);
1110
1110
  }
1111
1111
 
1112
- @media (prefers-reduced-motion: ){
1112
+ @media (prefers-reduced-motion: reduce){
1113
1113
  :root,
1114
1114
  :host,
1115
1115
  ::backdrop{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-core",
3
- "version": "7.9.1",
3
+ "version": "7.9.3",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -26,7 +26,7 @@
26
26
  "./fonts": "./dist/fonts.css"
27
27
  },
28
28
  "dependencies": {
29
- "@simplybusiness/mobius": "^5.30.1"
29
+ "@simplybusiness/mobius": "^5.31.3"
30
30
  },
31
31
  "devDependencies": {
32
32
  "css-loader": "^7.1.2",