@simplybusiness/theme-simplybusiness 2.3.0 → 2.3.1
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 +16 -0
- package/dist/index.css +3 -3
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [0d9dfaa]
|
|
8
|
+
- Updated dependencies [c0ade08]
|
|
9
|
+
- Updated dependencies [6b030e2]
|
|
10
|
+
- Updated dependencies [2a09422]
|
|
11
|
+
- Updated dependencies [ef70a74]
|
|
12
|
+
- @simplybusiness/mobius-journey@10.21.1
|
|
13
|
+
- @simplybusiness/mobius-datepicker@7.1.12
|
|
14
|
+
- @simplybusiness/mobius@6.4.3
|
|
15
|
+
- @simplybusiness/mobius-chatbot@2.0.16
|
|
16
|
+
- @simplybusiness/mobius-interventions@2.7.6
|
|
17
|
+
- @simplybusiness/theme-core@7.13.10
|
|
18
|
+
|
|
3
19
|
## 2.3.0
|
|
4
20
|
|
|
5
21
|
### 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
|
|
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
|
|
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
|
|
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.
|
|
3
|
+
"version": "2.3.1",
|
|
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.
|
|
30
|
-
"@simplybusiness/mobius-chatbot": "^2.0.
|
|
31
|
-
"@simplybusiness/mobius-datepicker": "^7.1.
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^2.7.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^10.21.
|
|
34
|
-
"@simplybusiness/theme-core": "^7.13.
|
|
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.1",
|
|
34
|
+
"@simplybusiness/theme-core": "^7.13.10"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"build-scripts": "^1.0.1",
|