@simplybusiness/theme-simplybusiness 1.9.9 → 1.9.10

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,16 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.9.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [50a3417]
8
+ - Updated dependencies [9119dda]
9
+ - @simplybusiness/mobius@5.16.0
10
+ - @simplybusiness/mobius-journey@6.49.1
11
+ - @simplybusiness/mobius-datepicker@6.3.3
12
+ - @simplybusiness/theme-core@7.2.23
13
+
3
14
  ## 1.9.9
4
15
 
5
16
  ### Patch Changes
package/dist/index.css CHANGED
@@ -430,6 +430,7 @@ a.mobius-button:focus-visible,
430
430
  }
431
431
  .mobius-checkbox-group{
432
432
  display:grid;
433
+ gap:var(--size-xs);
433
434
  }
434
435
  .mobius-checkbox-group .mobius-checkbox-group__wrapper{
435
436
  display:grid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.9.9",
3
+ "version": "1.9.10",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -26,10 +26,10 @@
26
26
  "./fonts": "./dist/fonts.css"
27
27
  },
28
28
  "dependencies": {
29
- "@simplybusiness/mobius": "^5.15.7",
30
- "@simplybusiness/mobius-datepicker": "^6.3.2",
31
- "@simplybusiness/mobius-journey": "^6.49.0",
32
- "@simplybusiness/theme-core": "^7.2.22"
29
+ "@simplybusiness/mobius": "^5.16.0",
30
+ "@simplybusiness/mobius-datepicker": "^6.3.3",
31
+ "@simplybusiness/mobius-journey": "^6.49.1",
32
+ "@simplybusiness/theme-core": "^7.2.23"
33
33
  },
34
34
  "devDependencies": {
35
35
  "css-loader": "^7.1.2",