@simplybusiness/theme-simplybusiness 2.1.2 → 2.1.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,27 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 2.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [cb0aa59]
8
+ - Updated dependencies [9e51c2f]
9
+ - Updated dependencies [cec9858]
10
+ - @simplybusiness/mobius-journey@10.11.1
11
+
12
+ ## 2.1.3
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [4f709ad]
17
+ - Updated dependencies [7390532]
18
+ - Updated dependencies [c63a9af]
19
+ - Updated dependencies [6df3153]
20
+ - @simplybusiness/mobius-journey@10.11.0
21
+ - @simplybusiness/theme-core@7.13.2
22
+ - @simplybusiness/mobius-chatbot@2.0.9
23
+ - @simplybusiness/mobius-interventions@2.6.4
24
+
3
25
  ## 2.1.2
4
26
 
5
27
  ### Patch Changes
package/dist/index.css CHANGED
@@ -2585,7 +2585,7 @@ svg:not(:host).svg-inline--mobius-icon{
2585
2585
  --checkbox-label-color:var(--color-text);
2586
2586
  --checkbox-border-color:var(--color-background-input);
2587
2587
  --checkbox-background-color:var(--color-background-input);
2588
- --checkbox-background-color-disabled:var(--color-border-medium);
2588
+ --checkbox-background-color-disabled:var(--color-background-input);
2589
2589
  --checkbox-background-color-invalid:var(--color-error);
2590
2590
  --checkbox-color-disabled:var(--color-text-light);
2591
2591
  --checkbox-label-color-disabled:var(--color-text-light);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "2.1.2",
3
+ "version": "2.1.4",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@simplybusiness/mobius": "^6.3.1",
30
- "@simplybusiness/mobius-chatbot": "^2.0.8",
30
+ "@simplybusiness/mobius-chatbot": "^2.0.9",
31
31
  "@simplybusiness/mobius-datepicker": "^7.1.6",
32
- "@simplybusiness/mobius-interventions": "^2.6.3",
33
- "@simplybusiness/mobius-journey": "^10.10.0",
34
- "@simplybusiness/theme-core": "^7.13.1"
32
+ "@simplybusiness/mobius-interventions": "^2.6.4",
33
+ "@simplybusiness/mobius-journey": "^10.11.1",
34
+ "@simplybusiness/theme-core": "^7.13.2"
35
35
  },
36
36
  "devDependencies": {
37
37
  "build-scripts": "^1.0.1",