@simplybusiness/theme-simplybusiness 1.11.1 → 1.11.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 +14 -0
- package/dist/index.css +2 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.11.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6649aea]
|
|
8
|
+
- @simplybusiness/mobius-journey@6.61.0
|
|
9
|
+
|
|
10
|
+
## 1.11.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [d81f8bc]
|
|
15
|
+
- @simplybusiness/mobius-journey@6.60.0
|
|
16
|
+
|
|
3
17
|
## 1.11.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -4046,6 +4046,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4046
4046
|
flex-grow:1;
|
|
4047
4047
|
grid-area:coverage;
|
|
4048
4048
|
border-top:1px solid var(--color-border-light);
|
|
4049
|
+
padding-top:var(--size-md);
|
|
4049
4050
|
margin-bottom:var(--size-md);
|
|
4050
4051
|
}
|
|
4051
4052
|
@media (min-width: 850px) and (max-width: 1023px){
|
|
@@ -4071,6 +4072,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4071
4072
|
font-size:var(--font-size-small-paragraph);
|
|
4072
4073
|
}
|
|
4073
4074
|
.--is-horizontal .mobius-quote-card__coverage{
|
|
4075
|
+
padding-top:0;
|
|
4074
4076
|
margin-bottom:0;
|
|
4075
4077
|
border:none;
|
|
4076
4078
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.3",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@simplybusiness/mobius": "^5.20.1",
|
|
30
30
|
"@simplybusiness/mobius-datepicker": "^6.4.4",
|
|
31
|
-
"@simplybusiness/mobius-journey": "^6.
|
|
31
|
+
"@simplybusiness/mobius-journey": "^6.61.0",
|
|
32
32
|
"@simplybusiness/theme-core": "^7.4.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|