@simplybusiness/theme-simplybusiness 2.13.11 → 2.13.12

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,18 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 2.13.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 3d61fa5: Apply styling to non insurance advisor version (static content) of showcase drawer
8
+ - Updated dependencies [5d8a55b]
9
+ - Updated dependencies [c82ccd6]
10
+ - Updated dependencies [c472672]
11
+ - Updated dependencies [3d61fa5]
12
+ - @simplybusiness/mobius-journey@11.40.0
13
+ - @simplybusiness/mobius-interventions@3.9.0
14
+ - @simplybusiness/mobius-chatbot@2.2.16
15
+
3
16
  ## 2.13.11
4
17
 
5
18
  ### Patch Changes
package/dist/index.css CHANGED
@@ -6686,6 +6686,13 @@ svg:not(:host).svg-inline--mobius-icon{
6686
6686
  border-radius:var(--size-lg);
6687
6687
  font-size:var(--font-size-small-paragraph);
6688
6688
  }
6689
+ .mobius-product-list__drawer .mobius-drawer__header h2{
6690
+ font-size:var(--font-size-base);
6691
+ }
6692
+ .mobius-product-list__drawer .mobius-dialogue-modal__styled-drawer-content .list__covered li::before,
6693
+ .mobius-product-list__drawer .mobius-dialogue-modal__styled-drawer-content .list__not-covered li::before{
6694
+ padding-right:var(--size-md);
6695
+ }
6689
6696
  .mobius-showcase-form{
6690
6697
  width:100%;
6691
6698
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "2.13.11",
3
+ "version": "2.13.12",
4
4
  "main": "dist/index.css",
5
5
  "simplyBusiness": {
6
6
  "publishToPublicNpm": true
@@ -29,10 +29,10 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@simplybusiness/mobius": "^6.10.3",
32
- "@simplybusiness/mobius-chatbot": "^2.2.15",
32
+ "@simplybusiness/mobius-chatbot": "^2.2.16",
33
33
  "@simplybusiness/mobius-datepicker": "^7.3.15",
34
- "@simplybusiness/mobius-interventions": "^3.8.5",
35
- "@simplybusiness/mobius-journey": "^11.39.0",
34
+ "@simplybusiness/mobius-interventions": "^3.9.0",
35
+ "@simplybusiness/mobius-journey": "^11.40.0",
36
36
  "@simplybusiness/theme-core": "^7.14.18"
37
37
  },
38
38
  "devDependencies": {