@simplybusiness/theme-simplybusiness 2.3.21 → 2.3.22
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 +9 -0
- package/dist/index.css +3 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.3.22
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [31545e5]
|
|
8
|
+
- Updated dependencies [7f0dc99]
|
|
9
|
+
- Updated dependencies [2c3fbc6]
|
|
10
|
+
- @simplybusiness/mobius-journey@10.34.0
|
|
11
|
+
|
|
3
12
|
## 2.3.21
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -5977,6 +5977,9 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5977
5977
|
grid-template-columns:2fr 1fr;
|
|
5978
5978
|
width:100%;
|
|
5979
5979
|
}
|
|
5980
|
+
.mobius-payment-summary__summary-item:not(:last-child){
|
|
5981
|
+
margin-bottom:12px;
|
|
5982
|
+
}
|
|
5980
5983
|
.mobius-payment-summary__combined-payment-page-text{
|
|
5981
5984
|
font-size:var(--font-size-2);
|
|
5982
5985
|
font-weight:700;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.22",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@simplybusiness/mobius-chatbot": "^2.0.25",
|
|
31
31
|
"@simplybusiness/mobius-datepicker": "^7.1.19",
|
|
32
32
|
"@simplybusiness/mobius-interventions": "^2.7.16",
|
|
33
|
-
"@simplybusiness/mobius-journey": "^10.
|
|
33
|
+
"@simplybusiness/mobius-journey": "^10.34.0",
|
|
34
34
|
"@simplybusiness/theme-core": "^7.13.16"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|