@simplybusiness/theme-simplybusiness 1.16.0 → 1.16.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 +14 -0
- package/dist/index.css +17 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.16.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [5cb7b91]
|
|
8
|
+
- @simplybusiness/mobius-journey@8.0.0
|
|
9
|
+
|
|
10
|
+
## 1.16.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [bbbe357]
|
|
15
|
+
- @simplybusiness/mobius-journey@7.4.0
|
|
16
|
+
|
|
3
17
|
## 1.16.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/dist/index.css
CHANGED
|
@@ -6217,6 +6217,23 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
6217
6217
|
padding:8px 8px 8px 8px;
|
|
6218
6218
|
text-wrap:wrap;
|
|
6219
6219
|
}
|
|
6220
|
+
.mobius-interventions__coverage-diagnosis-modal-dynamic-content{
|
|
6221
|
+
height:20vh;
|
|
6222
|
+
}
|
|
6223
|
+
.mobius-interventions__coverage-diagnosis-modal-heading-text{
|
|
6224
|
+
font-weight:600;
|
|
6225
|
+
text-wrap:auto;
|
|
6226
|
+
}
|
|
6227
|
+
.mobius-interventions__coverage-diagnosis-modal-heading-small-text{
|
|
6228
|
+
font-weight:300;
|
|
6229
|
+
text-wrap:auto;
|
|
6230
|
+
}
|
|
6231
|
+
.mobius-interventions__coverage-diagnosis-modal-image{
|
|
6232
|
+
width:100%;
|
|
6233
|
+
}
|
|
6234
|
+
.mobius-interventions__coverage-diagnosis-modal-button{
|
|
6235
|
+
margin-bottom:8px;
|
|
6236
|
+
}
|
|
6220
6237
|
:root,
|
|
6221
6238
|
:host{
|
|
6222
6239
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.2",
|
|
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.24.2",
|
|
30
30
|
"@simplybusiness/mobius-datepicker": "^6.5.3",
|
|
31
|
-
"@simplybusiness/mobius-journey": "^
|
|
31
|
+
"@simplybusiness/mobius-journey": "^8.0.0",
|
|
32
32
|
"@simplybusiness/theme-core": "^7.5.3"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|