@simplybusiness/theme-simplybusiness 1.26.5 → 1.26.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 +16 -0
- package/dist/index.css +4 -0
- package/package.json +7 -7
- package/src/variables.css +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.26.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 251db93: added token for radio icon color
|
|
8
|
+
- Updated dependencies [3c1b085]
|
|
9
|
+
- Updated dependencies [251db93]
|
|
10
|
+
- Updated dependencies [73941e3]
|
|
11
|
+
- Updated dependencies [966479b]
|
|
12
|
+
- @simplybusiness/mobius-journey@8.53.0
|
|
13
|
+
- @simplybusiness/mobius@5.31.4
|
|
14
|
+
- @simplybusiness/mobius-chatbot@1.4.21
|
|
15
|
+
- @simplybusiness/mobius-datepicker@6.7.7
|
|
16
|
+
- @simplybusiness/mobius-interventions@1.75.4
|
|
17
|
+
- @simplybusiness/theme-core@7.9.4
|
|
18
|
+
|
|
3
19
|
## 1.26.5
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -1343,6 +1343,9 @@ a.mobius-button:focus-visible,
|
|
|
1343
1343
|
grid-template-columns:var(--size-md) 1fr;
|
|
1344
1344
|
gap:var(--size-xs);
|
|
1345
1345
|
}
|
|
1346
|
+
.mobius-radio__content .mobius-icon{
|
|
1347
|
+
color:var(--radio-icon-color);
|
|
1348
|
+
}
|
|
1346
1349
|
.mobius-segment-group{
|
|
1347
1350
|
box-sizing:border-box;
|
|
1348
1351
|
display:flex;
|
|
@@ -7193,6 +7196,7 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
7193
7196
|
--progress-steps-active-line-color:var(--progress-steps-secondary-color);
|
|
7194
7197
|
--section-max-width:552px;
|
|
7195
7198
|
--questionnaire-list-icon:url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%22448%22 height%3D%22512%22 viewbox%3D%220 0 24 24%22%3E %3Cpath d%3D%22M448 130L431 147 177.5 399.2l-16.9 16.9-16.9-16.9L17 273.1 0 256.2l33.9-34 17 16.9L160.6 348.3 397.1 112.9l17-16.9L448 130z%22 fill%3D%22%23e943c9%22 %2F%3E%3C%2Fsvg%3E");
|
|
7199
|
+
--radio-icon-color:var(--color-accent);
|
|
7196
7200
|
}
|
|
7197
7201
|
html,
|
|
7198
7202
|
body{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.26.
|
|
3
|
+
"version": "1.26.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": "^5.31.
|
|
30
|
-
"@simplybusiness/mobius-chatbot": "^1.4.
|
|
31
|
-
"@simplybusiness/mobius-datepicker": "^6.7.
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^1.75.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^8.
|
|
34
|
-
"@simplybusiness/theme-core": "^7.9.
|
|
29
|
+
"@simplybusiness/mobius": "^5.31.4",
|
|
30
|
+
"@simplybusiness/mobius-chatbot": "^1.4.21",
|
|
31
|
+
"@simplybusiness/mobius-datepicker": "^6.7.7",
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^1.75.4",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^8.53.0",
|
|
34
|
+
"@simplybusiness/theme-core": "^7.9.4"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"css-loader": "^7.1.2",
|