@simplybusiness/theme-simplybusiness 1.8.1 → 1.8.3

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,33 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.8.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [691f7f5]
8
+ - Updated dependencies [ba48cc5]
9
+ - Updated dependencies [06a8d91]
10
+ - @simplybusiness/mobius-datepicker@6.2.0
11
+ - @simplybusiness/mobius-journey@6.41.0
12
+
13
+ ## 1.8.2
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [3a38e84]
18
+ - Updated dependencies [46ef3fc]
19
+ - Updated dependencies [52b745f]
20
+ - Updated dependencies [f5b874e]
21
+ - Updated dependencies [3462074]
22
+ - Updated dependencies [3dd3b1e]
23
+ - Updated dependencies [193f467]
24
+ - Updated dependencies [7fc912a]
25
+ - Updated dependencies [f636282]
26
+ - @simplybusiness/mobius-journey@6.40.0
27
+ - @simplybusiness/mobius@5.15.5
28
+ - @simplybusiness/mobius-datepicker@6.1.1
29
+ - @simplybusiness/theme-core@7.2.20
30
+
3
31
  ## 1.8.1
4
32
 
5
33
  ### Patch Changes
package/dist/index.css CHANGED
@@ -3067,6 +3067,7 @@ svg:not(:host).svg-inline--mobius-icon{
3067
3067
  color:var(--color-text-medium);
3068
3068
  font-size:var(--font-size-small-paragraph);
3069
3069
  padding:var(--size-xs);
3070
+ margin-bottom:var(--size-md);
3070
3071
  }
3071
3072
  .mobius-header__subheader-content{
3072
3073
  min-height:26px;
@@ -3449,8 +3450,7 @@ svg:not(:host).svg-inline--mobius-icon{
3449
3450
  .mobius-questionnaire .mobius-actions{
3450
3451
  max-width:552px;
3451
3452
  }
3452
- .mobius-questionnaire__actions-container{
3453
- min-height:20px;
3453
+ .mobius-questionnaire__actions-container:not(.--is-first-section){
3454
3454
  margin-bottom:var(--size-xxl);
3455
3455
  }
3456
3456
  .mobius-questionnaire--slide-next .mobius-section__transition-enter{
@@ -3754,7 +3754,7 @@ svg:not(:host).svg-inline--mobius-icon{
3754
3754
  .mobius-submission .mobius-section__postamble{
3755
3755
  margin:0;
3756
3756
  }
3757
- .mobius-submission__button{
3757
+ .mobius-submission__questionnaire-form{
3758
3758
  flex-grow:1;
3759
3759
  flex-shrink:0;
3760
3760
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.8.1",
3
+ "version": "1.8.3",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -26,10 +26,10 @@
26
26
  "./fonts": "./dist/fonts.css"
27
27
  },
28
28
  "dependencies": {
29
- "@simplybusiness/mobius": "^5.15.4",
30
- "@simplybusiness/mobius-datepicker": "^6.1.0",
31
- "@simplybusiness/mobius-journey": "^6.39.1",
32
- "@simplybusiness/theme-core": "^7.2.19"
29
+ "@simplybusiness/mobius": "^5.15.5",
30
+ "@simplybusiness/mobius-datepicker": "^6.2.0",
31
+ "@simplybusiness/mobius-journey": "^6.41.0",
32
+ "@simplybusiness/theme-core": "^7.2.20"
33
33
  },
34
34
  "devDependencies": {
35
35
  "css-loader": "^7.1.2",