@simplybusiness/theme-simplybusiness 2.13.13 → 2.13.14
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 +9 -0
- package/dist/index.css +7 -4
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 2.13.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [a2009fa]
|
|
8
|
+
- Updated dependencies [ee303bb]
|
|
9
|
+
- @simplybusiness/mobius-interventions@3.11.0
|
|
10
|
+
- @simplybusiness/mobius-journey@11.41.1
|
|
11
|
+
|
|
3
12
|
## 2.13.13
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -5723,10 +5723,6 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5723
5723
|
border-top-left-radius:0;
|
|
5724
5724
|
border-top-right-radius:0;
|
|
5725
5725
|
}
|
|
5726
|
-
.mobius-recommendation-card__input:focus-visible ~ .mobius-recommendation-card{
|
|
5727
|
-
outline:var(--size-border-width) solid var(--color-focus);
|
|
5728
|
-
outline-offset:var(--size-xxs);
|
|
5729
|
-
}
|
|
5730
5726
|
.mobius-recommendation-card__badge-container{
|
|
5731
5727
|
display:flex;
|
|
5732
5728
|
align-items:stretch;
|
|
@@ -5800,6 +5796,10 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5800
5796
|
background:var(--color-primary-hover);
|
|
5801
5797
|
color:var(--color-text-inverted);
|
|
5802
5798
|
}
|
|
5799
|
+
.mobius-recommendation-card__input:focus-visible ~ .mobius-recommendation-card .mobius-recommendation-card__checkbox{
|
|
5800
|
+
outline:var(--size-border-width) solid var(--color-focus);
|
|
5801
|
+
outline-offset:var(--size-xxs);
|
|
5802
|
+
}
|
|
5803
5803
|
.mobius-recommendation-card__checkbox-icon{
|
|
5804
5804
|
width:10px;
|
|
5805
5805
|
height:6px;
|
|
@@ -5830,6 +5830,9 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5830
5830
|
font-size:var(--font-size-2);
|
|
5831
5831
|
line-height:var(--line-height-normal);
|
|
5832
5832
|
}
|
|
5833
|
+
.mobius-recommendation-card__overlay-message a{
|
|
5834
|
+
color:inherit;
|
|
5835
|
+
}
|
|
5833
5836
|
.mobius-recommendations{
|
|
5834
5837
|
display:flex;
|
|
5835
5838
|
flex-direction:column;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.14",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"@simplybusiness/mobius": "^6.10.4",
|
|
32
32
|
"@simplybusiness/mobius-chatbot": "^2.2.17",
|
|
33
33
|
"@simplybusiness/mobius-datepicker": "^7.3.16",
|
|
34
|
-
"@simplybusiness/mobius-interventions": "^3.
|
|
35
|
-
"@simplybusiness/mobius-journey": "^11.41.
|
|
34
|
+
"@simplybusiness/mobius-interventions": "^3.11.0",
|
|
35
|
+
"@simplybusiness/mobius-journey": "^11.41.1",
|
|
36
36
|
"@simplybusiness/theme-core": "^7.14.19"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|