@simplybusiness/theme-core 7.2.18 → 7.2.19

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
  # Changelog
2
2
 
3
+ ## 7.2.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [088cf5b]
8
+ - @simplybusiness/mobius@5.15.4
9
+
3
10
  ## 7.2.18
4
11
 
5
12
  ### Patch Changes
package/dist/index.css CHANGED
@@ -807,6 +807,8 @@ a.mobius-button:focus-visible,
807
807
 
808
808
  .mobius-drawer__header button{
809
809
  color:var(--color-primary);
810
+ display:flex;
811
+ gap:var(--size-xs);
810
812
  }
811
813
 
812
814
  .mobius-drawer__header img{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-core",
3
- "version": "7.2.18",
3
+ "version": "7.2.19",
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.15.3"
29
+ "@simplybusiness/mobius": "^5.15.4"
30
30
  },
31
31
  "devDependencies": {
32
32
  "css-loader": "^7.1.2",