@simplybusiness/theme-simplybusiness 2.3.0 → 2.3.2

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,29 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 2.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [07f17ce]
8
+ - Updated dependencies [772a54a]
9
+ - @simplybusiness/mobius-journey@10.21.2
10
+
11
+ ## 2.3.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [0d9dfaa]
16
+ - Updated dependencies [c0ade08]
17
+ - Updated dependencies [6b030e2]
18
+ - Updated dependencies [2a09422]
19
+ - Updated dependencies [ef70a74]
20
+ - @simplybusiness/mobius-journey@10.21.1
21
+ - @simplybusiness/mobius-datepicker@7.1.12
22
+ - @simplybusiness/mobius@6.4.3
23
+ - @simplybusiness/mobius-chatbot@2.0.16
24
+ - @simplybusiness/mobius-interventions@2.7.6
25
+ - @simplybusiness/theme-core@7.13.10
26
+
3
27
  ## 2.3.0
4
28
 
5
29
  ### Minor Changes
package/dist/index.css CHANGED
@@ -1533,7 +1533,7 @@ a.mobius-button:focus-visible,
1533
1533
  border:var(--border-default);
1534
1534
  border-radius:var(--input-border-radius);
1535
1535
  background-color:var(--color-background-input);
1536
- color:var(--color-text-medium);
1536
+ color:var(--color-text);
1537
1537
  outline:0;
1538
1538
  appearance:none;
1539
1539
  white-space:nowrap;
@@ -1994,7 +1994,7 @@ a.mobius-button:focus-visible,
1994
1994
  flex:1 1 0;
1995
1995
  align-items:center;
1996
1996
  border-radius:var(--input-border-radius);
1997
- color:var(--color-text-medium);
1997
+ color:var(--color-text);
1998
1998
  overflow:hidden;
1999
1999
  background-color:var(--color-background-input);
2000
2000
  }
@@ -6473,7 +6473,7 @@ input[type="date"]::-webkit-datetime-edit-text,
6473
6473
  input[type="date"]::-webkit-datetime-edit-month-field,
6474
6474
  input[type="date"]::-webkit-datetime-edit-day-field,
6475
6475
  input[type="date"]::-webkit-datetime-edit-year-field{
6476
- color:var(--color-text-medium);
6476
+ color:var(--color-text);
6477
6477
  }
6478
6478
  #priceNudgeIntervention .mobius-modal{
6479
6479
  padding:12px 18px 32px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
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.4.2",
30
- "@simplybusiness/mobius-chatbot": "^2.0.15",
31
- "@simplybusiness/mobius-datepicker": "^7.1.11",
32
- "@simplybusiness/mobius-interventions": "^2.7.5",
33
- "@simplybusiness/mobius-journey": "^10.21.0",
34
- "@simplybusiness/theme-core": "^7.13.9"
29
+ "@simplybusiness/mobius": "^6.4.3",
30
+ "@simplybusiness/mobius-chatbot": "^2.0.16",
31
+ "@simplybusiness/mobius-datepicker": "^7.1.12",
32
+ "@simplybusiness/mobius-interventions": "^2.7.6",
33
+ "@simplybusiness/mobius-journey": "^10.21.2",
34
+ "@simplybusiness/theme-core": "^7.13.10"
35
35
  },
36
36
  "devDependencies": {
37
37
  "build-scripts": "^1.0.1",