@simplybusiness/theme-simplybusiness 1.17.17 → 1.17.19

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,19 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.17.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4288adc]
8
+ - @simplybusiness/mobius-journey@8.13.0
9
+
10
+ ## 1.17.18
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [864260c]
15
+ - @simplybusiness/mobius-interventions@1.35.0
16
+
3
17
  ## 1.17.17
4
18
 
5
19
  ### Patch Changes
package/dist/index.css CHANGED
@@ -3957,6 +3957,12 @@ svg:not(:host).svg-inline--mobius-icon{
3957
3957
  display:grid;
3958
3958
  gap:var(--size-sm);
3959
3959
  }
3960
+ .mobius-address-lookup__container .mobius-button{
3961
+ display:flex;
3962
+ }
3963
+ .mobius-text-question__button-link{
3964
+ margin-top:var(--size-sm);
3965
+ }
3960
3966
  .mobius-question__date-question-actions{
3961
3967
  display:grid;
3962
3968
  grid-template-columns:repeat(2, 1fr);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.17.17",
3
+ "version": "1.17.19",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -29,8 +29,8 @@
29
29
  "@simplybusiness/mobius": "^5.26.1",
30
30
  "@simplybusiness/mobius-chatbot": "^1.0.8",
31
31
  "@simplybusiness/mobius-datepicker": "^6.5.11",
32
- "@simplybusiness/mobius-interventions": "^1.34.0",
33
- "@simplybusiness/mobius-journey": "^8.12.0",
32
+ "@simplybusiness/mobius-interventions": "^1.35.0",
33
+ "@simplybusiness/mobius-journey": "^8.13.0",
34
34
  "@simplybusiness/theme-core": "^7.6.7"
35
35
  },
36
36
  "devDependencies": {