@simplybusiness/theme-simplybusiness 1.25.0 → 1.26.0
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 +6 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.26.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 6bbda62: default styling on radio when first child is an icon
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [8717379]
|
|
12
|
+
- Updated dependencies [6bbda62]
|
|
13
|
+
- @simplybusiness/mobius-interventions@1.74.0
|
|
14
|
+
- @simplybusiness/mobius@5.30.0
|
|
15
|
+
- @simplybusiness/theme-core@7.9.0
|
|
16
|
+
|
|
3
17
|
## 1.25.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/dist/index.css
CHANGED
|
@@ -1337,6 +1337,12 @@ a.mobius-button:focus-visible,
|
|
|
1337
1337
|
margin-bottom:var(--size-xs);
|
|
1338
1338
|
padding-top:calc(var(--size-xxs) - 1px);
|
|
1339
1339
|
}
|
|
1340
|
+
.mobius-radio__label.--has-icon-first .mobius-radio__content{
|
|
1341
|
+
display:grid;
|
|
1342
|
+
align-items:center;
|
|
1343
|
+
grid-template-columns:var(--size-md) 1fr;
|
|
1344
|
+
gap:var(--size-xs);
|
|
1345
|
+
}
|
|
1340
1346
|
.mobius-segment-group{
|
|
1341
1347
|
box-sizing:border-box;
|
|
1342
1348
|
display:flex;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.26.0",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"./fonts": "./dist/fonts.css"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@simplybusiness/mobius": "^5.
|
|
29
|
+
"@simplybusiness/mobius": "^5.30.0",
|
|
30
30
|
"@simplybusiness/mobius-chatbot": "^1.4.16",
|
|
31
31
|
"@simplybusiness/mobius-datepicker": "^6.7.3",
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^1.
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^1.74.0",
|
|
33
33
|
"@simplybusiness/mobius-journey": "^8.47.0",
|
|
34
|
-
"@simplybusiness/theme-core": "^7.
|
|
34
|
+
"@simplybusiness/theme-core": "^7.9.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"css-loader": "^7.1.2",
|