@simplybusiness/theme-simplybusiness 2.3.7 → 2.3.9
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 +21 -0
- package/dist/index.css +6 -0
- package/package.json +2 -2
- package/src/index.css +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.3.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6a6eb01]
|
|
8
|
+
- Updated dependencies [40d7581]
|
|
9
|
+
- Updated dependencies [78d7262]
|
|
10
|
+
- Updated dependencies [448cfb8]
|
|
11
|
+
- Updated dependencies [e48eeb9]
|
|
12
|
+
- @simplybusiness/mobius-journey@10.26.0
|
|
13
|
+
|
|
14
|
+
## 2.3.8
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 20d2aeb: Annual Turnover Question
|
|
19
|
+
- Updated dependencies [402ddbe]
|
|
20
|
+
- Updated dependencies [20d2aeb]
|
|
21
|
+
- Updated dependencies [b5b3214]
|
|
22
|
+
- @simplybusiness/mobius-journey@10.25.0
|
|
23
|
+
|
|
3
24
|
## 2.3.7
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -4094,6 +4094,9 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4094
4094
|
.mobius-question__chatbox .mobius-question__chatbox-link-container{
|
|
4095
4095
|
gap:var(--size-xs);
|
|
4096
4096
|
}
|
|
4097
|
+
.mobius-question__annual-turnover-select.mobius-select__wrapper{
|
|
4098
|
+
margin-bottom:var(--size-lg);
|
|
4099
|
+
}
|
|
4097
4100
|
.mobius-question__date-question-actions{
|
|
4098
4101
|
display:grid;
|
|
4099
4102
|
grid-template-columns:repeat(2, 1fr);
|
|
@@ -4199,6 +4202,9 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4199
4202
|
.mobius-section__postamble{
|
|
4200
4203
|
color:var(--color-text-medium);
|
|
4201
4204
|
}
|
|
4205
|
+
.mobius-section__postamble a{
|
|
4206
|
+
color:var(--color-link);
|
|
4207
|
+
}
|
|
4202
4208
|
.mobius-section__question-container{
|
|
4203
4209
|
max-width:var(--section-max-width);
|
|
4204
4210
|
display:grid;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.9",
|
|
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.26.0",
|
|
34
34
|
"@simplybusiness/theme-core": "^7.13.12"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
package/src/index.css
CHANGED
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Insurers/Insurers.css";
|
|
34
34
|
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Question/HelpLink/HelpLink.css";
|
|
35
35
|
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Question/Question.css";
|
|
36
|
+
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Question/QuestionFactory/questions/AnnualTurnoverQuestion/AnnualTurnoverQuestion.css";
|
|
36
37
|
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Question/QuestionFactory/questions/DateQuestion/DateQuestion.css";
|
|
37
38
|
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Question/QuestionFactory/questions/RadioButtonsQuestion/RadioButtonsQuestion.css";
|
|
38
39
|
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Question/QuestionFactory/questions/TradeQuestion/TradeQuestion.css";
|