@simplybusiness/theme-simplybusiness 2.3.8 → 2.3.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 +19 -0
- package/dist/index.css +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.3.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [e3404de]
|
|
8
|
+
- Updated dependencies [c5cac94]
|
|
9
|
+
- @simplybusiness/mobius-journey@10.27.0
|
|
10
|
+
|
|
11
|
+
## 2.3.9
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [6a6eb01]
|
|
16
|
+
- Updated dependencies [40d7581]
|
|
17
|
+
- Updated dependencies [78d7262]
|
|
18
|
+
- Updated dependencies [448cfb8]
|
|
19
|
+
- Updated dependencies [e48eeb9]
|
|
20
|
+
- @simplybusiness/mobius-journey@10.26.0
|
|
21
|
+
|
|
3
22
|
## 2.3.8
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -4202,6 +4202,9 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4202
4202
|
.mobius-section__postamble{
|
|
4203
4203
|
color:var(--color-text-medium);
|
|
4204
4204
|
}
|
|
4205
|
+
.mobius-section__postamble a{
|
|
4206
|
+
color:var(--color-link);
|
|
4207
|
+
}
|
|
4205
4208
|
.mobius-section__question-container{
|
|
4206
4209
|
max-width:var(--section-max-width);
|
|
4207
4210
|
display:grid;
|
|
@@ -6011,6 +6014,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
6011
6014
|
position:fixed;
|
|
6012
6015
|
width:100%;
|
|
6013
6016
|
left:0px;
|
|
6017
|
+
z-index:1000;
|
|
6014
6018
|
}
|
|
6015
6019
|
}
|
|
6016
6020
|
.mobius-payment-summary__payment-summary-box{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.10",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@simplybusiness/mobius-chatbot": "^2.0.18",
|
|
31
31
|
"@simplybusiness/mobius-datepicker": "^7.1.14",
|
|
32
32
|
"@simplybusiness/mobius-interventions": "^2.7.8",
|
|
33
|
-
"@simplybusiness/mobius-journey": "^10.
|
|
33
|
+
"@simplybusiness/mobius-journey": "^10.27.0",
|
|
34
34
|
"@simplybusiness/theme-core": "^7.13.12"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|