@simplybusiness/theme-simplybusiness 1.8.0 → 1.8.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,30 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.8.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3a38e84]
8
+ - Updated dependencies [46ef3fc]
9
+ - Updated dependencies [52b745f]
10
+ - Updated dependencies [f5b874e]
11
+ - Updated dependencies [3462074]
12
+ - Updated dependencies [3dd3b1e]
13
+ - Updated dependencies [193f467]
14
+ - Updated dependencies [7fc912a]
15
+ - Updated dependencies [f636282]
16
+ - @simplybusiness/mobius-journey@6.40.0
17
+ - @simplybusiness/mobius@5.15.5
18
+ - @simplybusiness/mobius-datepicker@6.1.1
19
+ - @simplybusiness/theme-core@7.2.20
20
+
21
+ ## 1.8.1
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [6990505]
26
+ - @simplybusiness/mobius-journey@6.39.1
27
+
3
28
  ## 1.8.0
4
29
 
5
30
  ### Minor Changes
package/dist/index.css CHANGED
@@ -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
  }
@@ -5211,6 +5211,11 @@ svg:not(:host).svg-inline--mobius-icon{
5211
5211
  padding:12px 18px 32px;
5212
5212
  width:700px;
5213
5213
  }
5214
+ @media (max-width: 700px){
5215
+ #priceNudgeIntervention .mobius-modal{
5216
+ width:86%;
5217
+ }
5218
+ }
5214
5219
  #priceNudgeIntervention .mobius-modal__close{
5215
5220
  color:#4632d8;
5216
5221
  font-size:16px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.8.0",
3
+ "version": "1.8.2",
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.0",
32
- "@simplybusiness/theme-core": "^7.2.19"
29
+ "@simplybusiness/mobius": "^5.15.5",
30
+ "@simplybusiness/mobius-datepicker": "^6.1.1",
31
+ "@simplybusiness/mobius-journey": "^6.40.0",
32
+ "@simplybusiness/theme-core": "^7.2.20"
33
33
  },
34
34
  "devDependencies": {
35
35
  "css-loader": "^7.1.2",