@simplybusiness/theme-core 7.2.3 → 7.2.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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6d870aa]
8
+ - Updated dependencies [1c9175c]
9
+ - @simplybusiness/mobius@5.8.0
10
+
3
11
  ## 7.2.3
4
12
 
5
13
  ### Patch Changes
package/dist/index.css CHANGED
@@ -536,7 +536,8 @@ a.mobius-button:focus-visible,
536
536
  content:" (optional)";
537
537
  }
538
538
 
539
- :root{
539
+ :root,
540
+ :host{
540
541
  interpolate-size:allow-keywords;
541
542
  --combobox-border-color:#ccc;
542
543
  --combobox-group-color:var(--color-text);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-core",
3
- "version": "7.2.3",
3
+ "version": "7.2.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.7.0"
29
+ "@simplybusiness/mobius": "^5.8.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "css-loader": "^7.1.2",