@simplybusiness/theme-simplybusiness 2.12.1 → 2.13.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 +12 -0
- package/dist/index.css +32 -4
- package/package.json +2 -2
- package/src/index.css +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.13.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 12e7412: Correct CSS for PostQuoteQuestionnairePage after feedback
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [12e7412]
|
|
12
|
+
- Updated dependencies [864b942]
|
|
13
|
+
- @simplybusiness/mobius-journey@11.29.0
|
|
14
|
+
|
|
3
15
|
## 2.12.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -4224,6 +4224,37 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4224
4224
|
opacity:1;
|
|
4225
4225
|
}
|
|
4226
4226
|
}
|
|
4227
|
+
.mobius-agreement-question{
|
|
4228
|
+
display:flex;
|
|
4229
|
+
flex-direction:column;
|
|
4230
|
+
gap:var(--spacing-md);
|
|
4231
|
+
}
|
|
4232
|
+
.mobius-agreement-question__text{
|
|
4233
|
+
color:var(--color-text-medium);
|
|
4234
|
+
}
|
|
4235
|
+
.mobius-agreement-question__text :is(h1, h2, h3){
|
|
4236
|
+
text-align:center;
|
|
4237
|
+
}
|
|
4238
|
+
.mobius-agreement-question__text :is(h1, h2, h3, h4, h5, h6){
|
|
4239
|
+
color:var(--color-text);
|
|
4240
|
+
margin-top:0;
|
|
4241
|
+
margin-bottom:15px;
|
|
4242
|
+
}
|
|
4243
|
+
.mobius-agreement-question__text strong{
|
|
4244
|
+
color:var(--color-text);
|
|
4245
|
+
}
|
|
4246
|
+
.mobius-agreement-question__text p:last-child{
|
|
4247
|
+
margin-bottom:0;
|
|
4248
|
+
}
|
|
4249
|
+
.mobius-agreement-question__text ul,
|
|
4250
|
+
.mobius-agreement-question__text ol{
|
|
4251
|
+
margin:0 0 var(--spacing-sm) var(--spacing-md);
|
|
4252
|
+
padding-left:var(--spacing-md);
|
|
4253
|
+
}
|
|
4254
|
+
.mobius-agreement-question__text ul:last-child,
|
|
4255
|
+
.mobius-agreement-question__text ol:last-child{
|
|
4256
|
+
margin-bottom:0;
|
|
4257
|
+
}
|
|
4227
4258
|
.mobius-question__annual-turnover-select.mobius-select__wrapper{
|
|
4228
4259
|
margin-bottom:var(--size-lg);
|
|
4229
4260
|
}
|
|
@@ -6265,15 +6296,12 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
6265
6296
|
height:100%;
|
|
6266
6297
|
box-sizing:border-box;
|
|
6267
6298
|
overflow-y:scroll;
|
|
6268
|
-
padding-
|
|
6269
|
-
padding-left:20px;
|
|
6299
|
+
padding:var(--size-sm);
|
|
6270
6300
|
}
|
|
6271
6301
|
.mobius-scrollable-text{
|
|
6272
6302
|
margin-bottom:20px;
|
|
6273
6303
|
border:1px solid var(--color-border);
|
|
6274
6304
|
border-radius:10px;
|
|
6275
|
-
padding-top:30px;
|
|
6276
|
-
padding-bottom:15px;
|
|
6277
6305
|
height:400px;
|
|
6278
6306
|
box-sizing:border-box;
|
|
6279
6307
|
position:relative;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.0",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@simplybusiness/mobius-chatbot": "^2.2.10",
|
|
33
33
|
"@simplybusiness/mobius-datepicker": "^7.3.10",
|
|
34
34
|
"@simplybusiness/mobius-interventions": "^3.6.1",
|
|
35
|
-
"@simplybusiness/mobius-journey": "^11.
|
|
35
|
+
"@simplybusiness/mobius-journey": "^11.29.0",
|
|
36
36
|
"@simplybusiness/theme-core": "^7.14.12"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
package/src/index.css
CHANGED
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/PersonalisedCoverSection/PersonalisedCoverSection.css";
|
|
35
35
|
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Question/HelpLink/HelpLink.css";
|
|
36
36
|
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Question/Question.css";
|
|
37
|
+
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Question/QuestionFactory/questions/AgreementQuestion/AgreementQuestion.css";
|
|
37
38
|
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Question/QuestionFactory/questions/AnnualTurnoverQuestion/AnnualTurnoverQuestion.css";
|
|
38
39
|
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Question/QuestionFactory/questions/DateQuestion/DateQuestion.css";
|
|
39
40
|
@import "@simplybusiness/mobius-journey/src/components/Questionnaire/Section/Question/QuestionFactory/questions/PersonalisedCoverQuestion/PersonalisedCoverQuestion.css";
|