@simplybusiness/theme-simplybusiness 2.0.0 → 2.0.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 CHANGED
@@ -1,5 +1,22 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7762ed4]
8
+ - Updated dependencies [c0affff]
9
+ - Updated dependencies [1db633a]
10
+ - @simplybusiness/mobius-journey@10.0.0
11
+
12
+ ## 2.0.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [976588d]
17
+ - Updated dependencies [f146b2a]
18
+ - @simplybusiness/mobius-journey@9.1.0
19
+
3
20
  ## 2.0.0
4
21
 
5
22
  ### Major Changes
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 .mobius-actions{
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.0",
3
+ "version": "2.0.2",
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.0.0",
33
+ "@simplybusiness/mobius-journey": "^10.0.0",
34
34
  "@simplybusiness/theme-core": "^7.10.6"
35
35
  },
36
36
  "devDependencies": {