@simplybusiness/theme-simplybusiness 1.12.2 → 1.12.4
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 +17 -0
- package/dist/index.css +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.12.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [9862482]
|
|
8
|
+
- @simplybusiness/mobius-journey@6.64.0
|
|
9
|
+
|
|
10
|
+
## 1.12.3
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [69fb062]
|
|
15
|
+
- Updated dependencies [67568f1]
|
|
16
|
+
- Updated dependencies [6701b03]
|
|
17
|
+
- Updated dependencies [2b3395a]
|
|
18
|
+
- @simplybusiness/mobius-journey@6.63.0
|
|
19
|
+
|
|
3
20
|
## 1.12.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -5829,11 +5829,18 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5829
5829
|
min-width:50%;
|
|
5830
5830
|
}
|
|
5831
5831
|
.mobius-interventions__trade-based-claims-text{
|
|
5832
|
+
font-size:25px;
|
|
5833
|
+
line-height:1.4;
|
|
5834
|
+
margin:0;
|
|
5832
5835
|
text-wrap:stable;
|
|
5833
5836
|
}
|
|
5834
5837
|
.mobius-interventions__trade-based-claims-text-subheading{
|
|
5835
5838
|
font-weight:var(--font-weight-normal);
|
|
5836
5839
|
}
|
|
5840
|
+
.mobius-interventions__trade-based-claims-fineprint{
|
|
5841
|
+
font-size:12px;
|
|
5842
|
+
color:#5D5D60;
|
|
5843
|
+
}
|
|
5837
5844
|
.mobius-interventions__trade-based-claims-close-button{
|
|
5838
5845
|
margin-top:5%;
|
|
5839
5846
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.4",
|
|
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.5",
|
|
31
|
-
"@simplybusiness/mobius-journey": "^6.
|
|
31
|
+
"@simplybusiness/mobius-journey": "^6.64.0",
|
|
32
32
|
"@simplybusiness/theme-core": "^7.4.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|