@simplybusiness/theme-simplybusiness 2.1.6 → 2.1.7

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,18 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 2.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d62c3ec]
8
+ - Updated dependencies [0439088]
9
+ - @simplybusiness/mobius-journey@10.12.1
10
+ - @simplybusiness/mobius@6.3.2
11
+ - @simplybusiness/mobius-chatbot@2.0.10
12
+ - @simplybusiness/mobius-datepicker@7.1.7
13
+ - @simplybusiness/mobius-interventions@2.6.6
14
+ - @simplybusiness/theme-core@7.13.3
15
+
3
16
  ## 2.1.6
4
17
 
5
18
  ### Patch Changes
package/dist/index.css CHANGED
@@ -787,7 +787,7 @@ a.mobius-button:focus-visible,
787
787
  }
788
788
  .mobius-error-message{
789
789
  box-sizing:border-box;
790
- display:grid;
790
+ display:var(--error-message-display, grid);
791
791
  gap:var(--error-message-grid-gap, var(--size-xs));
792
792
  grid-template-columns:min-content 1fr;
793
793
  color:var(--color-error);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -26,12 +26,12 @@
26
26
  "./fonts": "./dist/fonts.css"
27
27
  },
28
28
  "dependencies": {
29
- "@simplybusiness/mobius": "^6.3.1",
30
- "@simplybusiness/mobius-chatbot": "^2.0.9",
31
- "@simplybusiness/mobius-datepicker": "^7.1.6",
32
- "@simplybusiness/mobius-interventions": "^2.6.5",
33
- "@simplybusiness/mobius-journey": "^10.12.0",
34
- "@simplybusiness/theme-core": "^7.13.2"
29
+ "@simplybusiness/mobius": "^6.3.2",
30
+ "@simplybusiness/mobius-chatbot": "^2.0.10",
31
+ "@simplybusiness/mobius-datepicker": "^7.1.7",
32
+ "@simplybusiness/mobius-interventions": "^2.6.6",
33
+ "@simplybusiness/mobius-journey": "^10.12.1",
34
+ "@simplybusiness/theme-core": "^7.13.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "build-scripts": "^1.0.1",