@simplybusiness/theme-simplybusiness 2.0.0 → 2.0.1
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 +8 -0
- package/dist/index.css +6 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.css
CHANGED
|
@@ -3831,7 +3831,12 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3831
3831
|
.mobius-questionnaire{
|
|
3832
3832
|
margin-top:var(--size-xl);
|
|
3833
3833
|
}
|
|
3834
|
-
.mobius-questionnaire .
|
|
3834
|
+
.mobius-questionnaire .cover-genius-actions-container{
|
|
3835
|
+
display:flex;
|
|
3836
|
+
justify-content:space-between;
|
|
3837
|
+
align-items:center;
|
|
3838
|
+
}
|
|
3839
|
+
.mobius-questionnaire .mobius-actions,.mobius-questionnaire .cover-genius-actions-container{
|
|
3835
3840
|
max-width:552px;
|
|
3836
3841
|
}
|
|
3837
3842
|
.mobius-questionnaire__actions-container:not(.--is-first-section){
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@simplybusiness/mobius-chatbot": "^2.0.0",
|
|
31
31
|
"@simplybusiness/mobius-datepicker": "^7.0.0",
|
|
32
32
|
"@simplybusiness/mobius-interventions": "^2.0.0",
|
|
33
|
-
"@simplybusiness/mobius-journey": "^9.
|
|
33
|
+
"@simplybusiness/mobius-journey": "^9.1.0",
|
|
34
34
|
"@simplybusiness/theme-core": "^7.10.6"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|