@simplybusiness/theme-core 7.9.2 → 7.9.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
  # Changelog
2
2
 
3
+ ## 7.9.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [251db93]
8
+ - @simplybusiness/mobius@5.31.4
9
+
10
+ ## 7.9.3
11
+
12
+ ### Patch Changes
13
+
14
+ - 60fd0cc: Fix release dependencies tracking
15
+ - Updated dependencies [60fd0cc]
16
+ - @simplybusiness/mobius@5.31.3
17
+
3
18
  ## 7.9.2
4
19
 
5
20
  ### Patch Changes
package/dist/index.css CHANGED
@@ -1612,6 +1612,10 @@ a.mobius-button:focus-visible,
1612
1612
  gap:var(--size-xs);
1613
1613
  }
1614
1614
 
1615
+ .mobius-radio__content .mobius-icon{
1616
+ color:var(--radio-icon-color);
1617
+ }
1618
+
1615
1619
  .mobius-segment-group{
1616
1620
  box-sizing:border-box;
1617
1621
  display:flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-core",
3
- "version": "7.9.2",
3
+ "version": "7.9.4",
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.31.2"
29
+ "@simplybusiness/mobius": "^5.31.4"
30
30
  },
31
31
  "devDependencies": {
32
32
  "css-loader": "^7.1.2",