@simplybusiness/theme-simplybusiness 1.16.1 → 1.16.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 +22 -0
- package/dist/index.css +23 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.16.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [9acf157]
|
|
8
|
+
- Updated dependencies [6bb475c]
|
|
9
|
+
- Updated dependencies [a5c2fbd]
|
|
10
|
+
- Updated dependencies [2dedc23]
|
|
11
|
+
- Updated dependencies [c6736ab]
|
|
12
|
+
- Updated dependencies [a5c2fbd]
|
|
13
|
+
- @simplybusiness/mobius-datepicker@6.5.4
|
|
14
|
+
- @simplybusiness/mobius@5.24.3
|
|
15
|
+
- @simplybusiness/mobius-journey@8.1.0
|
|
16
|
+
- @simplybusiness/theme-core@7.5.4
|
|
17
|
+
|
|
18
|
+
## 1.16.2
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [5cb7b91]
|
|
23
|
+
- @simplybusiness/mobius-journey@8.0.0
|
|
24
|
+
|
|
3
25
|
## 1.16.1
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -312,7 +312,7 @@ h6.mobius-accordion__link-text,
|
|
|
312
312
|
background-color:transparent;
|
|
313
313
|
font-weight:normal;
|
|
314
314
|
}
|
|
315
|
-
.mobius-button:where(.--variant-link):not(.--is-loading){
|
|
315
|
+
.mobius-button:where(.--variant-link):where(:not(.--is-loading)){
|
|
316
316
|
-webkit-text-decoration:underline;
|
|
317
317
|
-webkit-text-decoration:underline;
|
|
318
318
|
text-decoration:underline;
|
|
@@ -3788,6 +3788,11 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3788
3788
|
gap:var(--size-xs);
|
|
3789
3789
|
align-items:center;
|
|
3790
3790
|
}
|
|
3791
|
+
.mobius-collapsible__content-edit-button{
|
|
3792
|
+
-webkit-text-decoration:none;
|
|
3793
|
+
text-decoration:none;
|
|
3794
|
+
padding:0;
|
|
3795
|
+
}
|
|
3791
3796
|
.mobius-actions__back{
|
|
3792
3797
|
display:inline-flex;
|
|
3793
3798
|
gap:var(--size-xs);
|
|
@@ -6217,6 +6222,23 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
6217
6222
|
padding:8px 8px 8px 8px;
|
|
6218
6223
|
text-wrap:wrap;
|
|
6219
6224
|
}
|
|
6225
|
+
.mobius-interventions__coverage-diagnosis-modal-dynamic-content{
|
|
6226
|
+
height:20vh;
|
|
6227
|
+
}
|
|
6228
|
+
.mobius-interventions__coverage-diagnosis-modal-heading-text{
|
|
6229
|
+
font-weight:600;
|
|
6230
|
+
text-wrap:auto;
|
|
6231
|
+
}
|
|
6232
|
+
.mobius-interventions__coverage-diagnosis-modal-heading-small-text{
|
|
6233
|
+
font-weight:300;
|
|
6234
|
+
text-wrap:auto;
|
|
6235
|
+
}
|
|
6236
|
+
.mobius-interventions__coverage-diagnosis-modal-image{
|
|
6237
|
+
width:100%;
|
|
6238
|
+
}
|
|
6239
|
+
.mobius-interventions__coverage-diagnosis-modal-button{
|
|
6240
|
+
margin-bottom:8px;
|
|
6241
|
+
}
|
|
6220
6242
|
:root,
|
|
6221
6243
|
:host{
|
|
6222
6244
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.3",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -26,23 +26,23 @@
|
|
|
26
26
|
"./fonts": "./dist/fonts.css"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@simplybusiness/mobius": "^5.24.
|
|
30
|
-
"@simplybusiness/mobius-datepicker": "^6.5.
|
|
31
|
-
"@simplybusiness/mobius-journey": "^
|
|
32
|
-
"@simplybusiness/theme-core": "^7.5.
|
|
29
|
+
"@simplybusiness/mobius": "^5.24.3",
|
|
30
|
+
"@simplybusiness/mobius-datepicker": "^6.5.4",
|
|
31
|
+
"@simplybusiness/mobius-journey": "^8.1.0",
|
|
32
|
+
"@simplybusiness/theme-core": "^7.5.4"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"css-loader": "^7.1.2",
|
|
36
36
|
"mini-css-extract-plugin": "^2.9.2",
|
|
37
|
-
"postcss": "^8.
|
|
37
|
+
"postcss": "^8.5.3",
|
|
38
38
|
"postcss-discard-comments": "^7.0.3",
|
|
39
39
|
"postcss-import": "^16.1.0",
|
|
40
40
|
"postcss-loader": "^8.1.1",
|
|
41
41
|
"postcss-nested": "^6.2.0",
|
|
42
|
-
"postcss-preset-env": "^10.1.
|
|
42
|
+
"postcss-preset-env": "^10.1.5",
|
|
43
43
|
"postcss-url": "^10.1.3",
|
|
44
44
|
"resolve-url-loader": "^5.0.0",
|
|
45
|
-
"webpack": "^5.
|
|
45
|
+
"webpack": "^5.98.0",
|
|
46
46
|
"webpack-cli": "^5.1.4"
|
|
47
47
|
}
|
|
48
48
|
}
|