@simplybusiness/theme-simplybusiness 1.15.0 → 1.15.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,24 @@
1
1
  # @simplybusiness/theme-simplybusiness
2
2
 
3
+ ## 1.15.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c487ba5]
8
+ - Updated dependencies [28a895a]
9
+ - @simplybusiness/mobius-journey@6.71.0
10
+ - @simplybusiness/mobius@5.24.0
11
+ - @simplybusiness/mobius-datepicker@6.5.1
12
+ - @simplybusiness/theme-core@7.5.1
13
+
14
+ ## 1.15.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [45171a7]
19
+ - Updated dependencies [dd4a00a]
20
+ - @simplybusiness/mobius-journey@6.70.0
21
+
3
22
  ## 1.15.0
4
23
 
5
24
  ### Minor Changes
package/dist/index.css CHANGED
@@ -57,7 +57,7 @@ h6.mobius-accordion__link-text,
57
57
  margin:0;
58
58
  margin-right:var(--size-xs);
59
59
  line-height:var(--line-height-normal);
60
- font-size:var(--font-size-regular);
60
+ font-size:var(--font-size-small-paragraph);
61
61
  font-weight:var(--font-weight-normal);
62
62
  }
63
63
  .mobius-accordion__link-icon{
@@ -5004,6 +5004,9 @@ svg:not(:host).svg-inline--mobius-icon{
5004
5004
  font-weight:var(--font-weight-bold);
5005
5005
  font-size:var(--font-size-small-paragraph);
5006
5006
  }
5007
+ .mobius-quote-card__upsells .mobius-accordion__link{
5008
+ padding-left:var(--size-lg);
5009
+ }
5007
5010
  .mobius-quote-cards__grid{
5008
5011
  --column-count:1;
5009
5012
  display:grid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplybusiness/theme-simplybusiness",
3
- "version": "1.15.0",
3
+ "version": "1.15.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.23.0",
30
- "@simplybusiness/mobius-datepicker": "^6.5.0",
31
- "@simplybusiness/mobius-journey": "^6.69.0",
32
- "@simplybusiness/theme-core": "^7.5.0"
29
+ "@simplybusiness/mobius": "^5.24.0",
30
+ "@simplybusiness/mobius-datepicker": "^6.5.1",
31
+ "@simplybusiness/mobius-journey": "^6.71.0",
32
+ "@simplybusiness/theme-core": "^7.5.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "css-loader": "^7.1.2",