@simplybusiness/theme-simplybusiness 2.17.0 → 2.17.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 +17 -0
- package/dist/index.css +13 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.17.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [c5343c4]
|
|
8
|
+
- Updated dependencies [70cd892]
|
|
9
|
+
- Updated dependencies [ca232ca]
|
|
10
|
+
- Updated dependencies [7c56747]
|
|
11
|
+
- @simplybusiness/mobius-journey@12.4.0
|
|
12
|
+
|
|
13
|
+
## 2.17.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [4d3bc18]
|
|
18
|
+
- @simplybusiness/mobius-journey@12.3.1
|
|
19
|
+
|
|
3
20
|
## 2.17.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
package/dist/index.css
CHANGED
|
@@ -4420,13 +4420,15 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4420
4420
|
.mobius-question__help-link{
|
|
4421
4421
|
display:inline-flex;
|
|
4422
4422
|
align-items:center;
|
|
4423
|
-
gap:var(--size-
|
|
4423
|
+
gap:var(--size-xs);
|
|
4424
4424
|
margin-bottom:var(--size-sm);
|
|
4425
4425
|
padding-left:0;
|
|
4426
4426
|
-webkit-text-decoration:underline;
|
|
4427
4427
|
text-decoration:underline;
|
|
4428
4428
|
text-underline-offset:var(--size-xxs);
|
|
4429
4429
|
color:var(--color-help-link, var(--button-content-color));
|
|
4430
|
+
line-height:var(--line-height-normal);
|
|
4431
|
+
text-align:left;
|
|
4430
4432
|
}
|
|
4431
4433
|
.mobius-question__help-button{
|
|
4432
4434
|
display:flex;
|
|
@@ -6784,6 +6786,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
6784
6786
|
border-radius:var(--size-lg);
|
|
6785
6787
|
font-size:var(--font-size-small-paragraph);
|
|
6786
6788
|
font-weight:var(--font-weight-regular);
|
|
6789
|
+
text-align:left;
|
|
6787
6790
|
}
|
|
6788
6791
|
.mobius-showcase-embedded-quick-replies__input-container .mobius-prompt-input__container{
|
|
6789
6792
|
padding-left:0;
|
|
@@ -7853,6 +7856,9 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
7853
7856
|
.mobius-journey-continuation-notice__heading{
|
|
7854
7857
|
margin-bottom:var(--size-xs);
|
|
7855
7858
|
}
|
|
7859
|
+
.mobius-payment-terms-checklist > h3{
|
|
7860
|
+
margin-bottom:var(--size-md);
|
|
7861
|
+
}
|
|
7856
7862
|
.mobius-payment-terms-checklist__label{
|
|
7857
7863
|
display:flex;
|
|
7858
7864
|
align-items:flex-start;
|
|
@@ -7914,6 +7920,12 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
7914
7920
|
.mobius-payment-terms-checklist .mobius-error-message{
|
|
7915
7921
|
margin-top:var(--size-md);
|
|
7916
7922
|
}
|
|
7923
|
+
.mobius-payment-terms-checklist__agreement-content{
|
|
7924
|
+
color:var(--color-text-medium);
|
|
7925
|
+
}
|
|
7926
|
+
.mobius-payment-terms-checklist__carrier-legal-agreements-header{
|
|
7927
|
+
margin-bottom:0;
|
|
7928
|
+
}
|
|
7917
7929
|
.mobius-dialogue-modal__description{
|
|
7918
7930
|
margin:7px;
|
|
7919
7931
|
text-align:left;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "2.17.
|
|
3
|
+
"version": "2.17.2",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@simplybusiness/mobius-chatbot": "^2.2.24",
|
|
33
33
|
"@simplybusiness/mobius-datepicker": "^8.0.4",
|
|
34
34
|
"@simplybusiness/mobius-interventions": "^3.15.4",
|
|
35
|
-
"@simplybusiness/mobius-journey": "^12.
|
|
35
|
+
"@simplybusiness/mobius-journey": "^12.4.0",
|
|
36
36
|
"@simplybusiness/theme-core": "^7.14.26"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|