@simplybusiness/theme-simplybusiness 2.0.18 → 2.1.0
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 +18 -0
- package/dist/index.css +11 -10
- package/package.json +7 -7
- package/src/index.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- e4a9c78: Support journeys without an assumptions page
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [bc1bf40]
|
|
12
|
+
- Updated dependencies [ff429d7]
|
|
13
|
+
- Updated dependencies [e4a9c78]
|
|
14
|
+
- @simplybusiness/mobius-journey@10.9.0
|
|
15
|
+
- @simplybusiness/theme-core@7.13.1
|
|
16
|
+
- @simplybusiness/mobius@6.3.1
|
|
17
|
+
- @simplybusiness/mobius-chatbot@2.0.8
|
|
18
|
+
- @simplybusiness/mobius-datepicker@7.1.6
|
|
19
|
+
- @simplybusiness/mobius-interventions@2.6.3
|
|
20
|
+
|
|
3
21
|
## 2.0.18
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -430,7 +430,7 @@ a.mobius-button:focus-visible,
|
|
|
430
430
|
align-items:center;
|
|
431
431
|
box-sizing:border-box;
|
|
432
432
|
width:100%;
|
|
433
|
-
|
|
433
|
+
padding-top:var(--checkbox-visible-label-padding-top);
|
|
434
434
|
font-family:var(--font-family);
|
|
435
435
|
line-height:var(--line-height-normal);
|
|
436
436
|
font-size:var(--checkbox-visible-label-font-size);
|
|
@@ -2596,7 +2596,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
2596
2596
|
--checkbox-label-background-color-invalid:var(--color-error-background);
|
|
2597
2597
|
--checkbox-border-color-invalid:var(--color-error);
|
|
2598
2598
|
--checkbox-visible-label-font-size:var(--font-size-regular);
|
|
2599
|
-
--checkbox-visible-label-
|
|
2599
|
+
--checkbox-visible-label-padding-top:0;
|
|
2600
2600
|
--checkbox-multiline-content-font-size:var(--font-size-regular);
|
|
2601
2601
|
--checkbox-group-wrapper-margin-bottom:var(--size-sm);
|
|
2602
2602
|
--checkbox-group-wrapper-gap-horizontal:var(--size-sm);
|
|
@@ -4206,24 +4206,25 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4206
4206
|
list-style-type:disc;
|
|
4207
4207
|
margin-left:var(--size-lg);
|
|
4208
4208
|
}
|
|
4209
|
-
.mobius-
|
|
4209
|
+
.mobius-submit-action{
|
|
4210
4210
|
display:flex;
|
|
4211
4211
|
align-items:center;
|
|
4212
|
-
background-color:var(--color-background-highlight);
|
|
4213
|
-
padding:var(--size-md);
|
|
4214
4212
|
max-width:748px;
|
|
4215
|
-
gap:var(--size-sm);
|
|
4216
4213
|
}
|
|
4217
4214
|
@media (max-width: 768px){
|
|
4218
|
-
.mobius-
|
|
4215
|
+
.mobius-submit-action{
|
|
4219
4216
|
flex-direction:column;
|
|
4220
4217
|
}
|
|
4221
4218
|
}
|
|
4222
|
-
.mobius-
|
|
4219
|
+
.mobius-submit-action .mobius-section__postamble{
|
|
4223
4220
|
margin:0;
|
|
4224
4221
|
}
|
|
4225
|
-
.mobius-
|
|
4226
|
-
|
|
4222
|
+
.mobius-submit-action--padded{
|
|
4223
|
+
background-color:var(--color-background-highlight);
|
|
4224
|
+
padding:var(--size-md);
|
|
4225
|
+
gap:var(--size-sm);
|
|
4226
|
+
}
|
|
4227
|
+
.mobius-submit-action > button{
|
|
4227
4228
|
flex-shrink:0;
|
|
4228
4229
|
}
|
|
4229
4230
|
.mobius-security-locks{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0",
|
|
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.3.
|
|
30
|
-
"@simplybusiness/mobius-chatbot": "^2.0.
|
|
31
|
-
"@simplybusiness/mobius-datepicker": "^7.1.
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^2.6.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^10.
|
|
34
|
-
"@simplybusiness/theme-core": "^7.13.
|
|
29
|
+
"@simplybusiness/mobius": "^6.3.1",
|
|
30
|
+
"@simplybusiness/mobius-chatbot": "^2.0.8",
|
|
31
|
+
"@simplybusiness/mobius-datepicker": "^7.1.6",
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^2.6.3",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^10.9.0",
|
|
34
|
+
"@simplybusiness/theme-core": "^7.13.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"build-scripts": "^1.0.1",
|
package/src/index.css
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Question/QuestionFactory/questions/TradeQuestion/AiTradeQuestion/AiTradeQuestion.css";
|
|
40
40
|
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Question/QuestionFactory/questions/PercentageQuestion/PercentageQuestion.css";
|
|
41
41
|
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Section.css";
|
|
42
|
-
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/
|
|
42
|
+
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/Actions/SubmitAction/SubmitAction.css";
|
|
43
43
|
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/SecurityLocks/SecurityLocks.css";
|
|
44
44
|
@import "@simplybusiness/mobius-journey/src/components/QuoteCards/ExperimentGridView/QuoteCards.css";
|
|
45
45
|
@import "@simplybusiness/mobius-journey/src/components/QuoteCards/ExperimentGridView/QuoteCard/QuoteCard.css";
|