@simplybusiness/theme-simplybusiness 1.15.1 → 1.15.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 +19 -0
- package/dist/index.css +4 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.15.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [eaec0b1]
|
|
8
|
+
- Updated dependencies [1b2f6ea]
|
|
9
|
+
- @simplybusiness/mobius-journey@6.72.0
|
|
10
|
+
|
|
11
|
+
## 1.15.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [c487ba5]
|
|
16
|
+
- Updated dependencies [28a895a]
|
|
17
|
+
- @simplybusiness/mobius-journey@6.71.0
|
|
18
|
+
- @simplybusiness/mobius@5.24.0
|
|
19
|
+
- @simplybusiness/mobius-datepicker@6.5.1
|
|
20
|
+
- @simplybusiness/theme-core@7.5.1
|
|
21
|
+
|
|
3
22
|
## 1.15.1
|
|
4
23
|
|
|
5
24
|
### Patch 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-
|
|
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.
|
|
3
|
+
"version": "1.15.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.
|
|
30
|
-
"@simplybusiness/mobius-datepicker": "^6.5.
|
|
31
|
-
"@simplybusiness/mobius-journey": "^6.
|
|
32
|
-
"@simplybusiness/theme-core": "^7.5.
|
|
29
|
+
"@simplybusiness/mobius": "^5.24.0",
|
|
30
|
+
"@simplybusiness/mobius-datepicker": "^6.5.1",
|
|
31
|
+
"@simplybusiness/mobius-journey": "^6.72.0",
|
|
32
|
+
"@simplybusiness/theme-core": "^7.5.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"css-loader": "^7.1.2",
|