@simplybusiness/theme-simplybusiness 2.2.4 → 2.2.6
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 +30 -0
- package/dist/index.css +4 -3
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.2.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d5c4d56]
|
|
8
|
+
- Updated dependencies [50471d9]
|
|
9
|
+
- Updated dependencies [15083c6]
|
|
10
|
+
- @simplybusiness/mobius-journey@10.20.0
|
|
11
|
+
- @simplybusiness/theme-core@7.13.9
|
|
12
|
+
- @simplybusiness/mobius@6.4.2
|
|
13
|
+
- @simplybusiness/mobius-chatbot@2.0.15
|
|
14
|
+
- @simplybusiness/mobius-datepicker@7.1.11
|
|
15
|
+
- @simplybusiness/mobius-interventions@2.7.5
|
|
16
|
+
|
|
17
|
+
## 2.2.5
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [ec9e728]
|
|
22
|
+
- Updated dependencies [d56f733]
|
|
23
|
+
- Updated dependencies [db2acef]
|
|
24
|
+
- Updated dependencies [67c881f]
|
|
25
|
+
- Updated dependencies [8e4dacf]
|
|
26
|
+
- @simplybusiness/mobius-journey@10.19.0
|
|
27
|
+
- @simplybusiness/mobius@6.4.1
|
|
28
|
+
- @simplybusiness/mobius-chatbot@2.0.14
|
|
29
|
+
- @simplybusiness/mobius-datepicker@7.1.10
|
|
30
|
+
- @simplybusiness/mobius-interventions@2.7.4
|
|
31
|
+
- @simplybusiness/theme-core@7.13.8
|
|
32
|
+
|
|
3
33
|
## 2.2.4
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -74,7 +74,8 @@ h6.mobius-accordion__link-text,
|
|
|
74
74
|
display:flex;
|
|
75
75
|
flex-grow:1;
|
|
76
76
|
align-items:center;
|
|
77
|
-
font-size:var(--font-size-
|
|
77
|
+
font-size:var(--font-size-regular);
|
|
78
|
+
line-height:var(--line-height-normal);
|
|
78
79
|
color:var(--color-text);
|
|
79
80
|
border:2px solid;
|
|
80
81
|
border-color:inherit;
|
|
@@ -1244,7 +1245,7 @@ a.mobius-button:focus-visible,
|
|
|
1244
1245
|
padding:var(--size-xs);
|
|
1245
1246
|
width:var(--radio-size);
|
|
1246
1247
|
height:var(--radio-size);
|
|
1247
|
-
border:var(--radio-border-width) solid var(--color-primary);
|
|
1248
|
+
border:var(--radio-border-width) solid var(--color-primary-light);
|
|
1248
1249
|
border-radius:50%;
|
|
1249
1250
|
-webkit-appearance:none;
|
|
1250
1251
|
appearance:none;
|
|
@@ -2607,7 +2608,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
2607
2608
|
--radio-inner-size:10px;
|
|
2608
2609
|
--radio-gap:var(--size-xs);
|
|
2609
2610
|
--radio-label-gap:calc(var(--size-xs) + 2px);
|
|
2610
|
-
--radio-label-border:var(--radio-border-width) solid var(--color-primary);
|
|
2611
|
+
--radio-label-border:var(--radio-border-width) solid var(--color-primary-light);
|
|
2611
2612
|
--radio-label-align-items:center;
|
|
2612
2613
|
--radio-label-background:var(--color-background-input);
|
|
2613
2614
|
--radio-label-background-disabled:var(--color-background-light);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.6",
|
|
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": "^6.4.
|
|
30
|
-
"@simplybusiness/mobius-chatbot": "^2.0.
|
|
31
|
-
"@simplybusiness/mobius-datepicker": "^7.1.
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^2.7.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^10.
|
|
34
|
-
"@simplybusiness/theme-core": "^7.13.
|
|
29
|
+
"@simplybusiness/mobius": "^6.4.2",
|
|
30
|
+
"@simplybusiness/mobius-chatbot": "^2.0.15",
|
|
31
|
+
"@simplybusiness/mobius-datepicker": "^7.1.11",
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^2.7.5",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^10.20.0",
|
|
34
|
+
"@simplybusiness/theme-core": "^7.13.9"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"build-scripts": "^1.0.1",
|