@simplybusiness/theme-simplybusiness 2.10.8 → 2.10.10
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 +19 -0
- package/dist/index.css +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.10.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [89106c9]
|
|
8
|
+
- Updated dependencies [25c7592]
|
|
9
|
+
- @simplybusiness/mobius-journey@11.20.5
|
|
10
|
+
|
|
11
|
+
## 2.10.9
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 81559a5: Add disclaimers to showcase component and include styling for it
|
|
16
|
+
- Updated dependencies [fd9d2ed]
|
|
17
|
+
- Updated dependencies [81559a5]
|
|
18
|
+
- Updated dependencies [0ee6e9f]
|
|
19
|
+
- Updated dependencies [097e192]
|
|
20
|
+
- @simplybusiness/mobius-journey@11.20.4
|
|
21
|
+
|
|
3
22
|
## 2.10.8
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -4175,6 +4175,11 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4175
4175
|
font-size:var(--question-label-font-size);
|
|
4176
4176
|
margin-bottom:var(--size-xs);
|
|
4177
4177
|
}
|
|
4178
|
+
.mobius-question__label ul,.mobius-question__label ol{
|
|
4179
|
+
font-size:var(--question-secondary-text-font-size);
|
|
4180
|
+
font-weight:var(--font-weight-normal);
|
|
4181
|
+
color:var(--color-text-medium);
|
|
4182
|
+
}
|
|
4178
4183
|
.mobius-question__secondary-text{
|
|
4179
4184
|
color:var(--color-text-medium);
|
|
4180
4185
|
font-size:var(--question-secondary-text-font-size);
|
|
@@ -6367,6 +6372,13 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
6367
6372
|
.showcase-products-list__item__title{
|
|
6368
6373
|
font-size:var(--font-size-lead);
|
|
6369
6374
|
}
|
|
6375
|
+
.mobius-disclaimers{
|
|
6376
|
+
margin:var(--size-lg) 0;
|
|
6377
|
+
padding:0 var(--size-sm);
|
|
6378
|
+
}
|
|
6379
|
+
.mobius-disclaimers__legal-text{
|
|
6380
|
+
color:var(--color-neutral-500);
|
|
6381
|
+
}
|
|
6370
6382
|
.mobius-showcase__layout{
|
|
6371
6383
|
flex-direction:column;
|
|
6372
6384
|
width:100%;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.10",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@simplybusiness/mobius-chatbot": "^2.2.4",
|
|
31
31
|
"@simplybusiness/mobius-datepicker": "^7.3.5",
|
|
32
32
|
"@simplybusiness/mobius-interventions": "^3.3.5",
|
|
33
|
-
"@simplybusiness/mobius-journey": "^11.20.
|
|
33
|
+
"@simplybusiness/mobius-journey": "^11.20.5",
|
|
34
34
|
"@simplybusiness/theme-core": "^7.14.6"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|