@simplybusiness/theme-simplybusiness 1.19.19 → 1.19.20
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 +13 -0
- package/dist/index.css +7 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.19.20
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3eb952c]
|
|
8
|
+
- Updated dependencies [4710f6e]
|
|
9
|
+
- Updated dependencies [b4e4bfd]
|
|
10
|
+
- Updated dependencies [ee220c6]
|
|
11
|
+
- Updated dependencies [9498cff]
|
|
12
|
+
- @simplybusiness/mobius-journey@8.23.0
|
|
13
|
+
- @simplybusiness/mobius-interventions@1.50.3
|
|
14
|
+
- @simplybusiness/mobius-chatbot@1.4.0
|
|
15
|
+
|
|
3
16
|
## 1.19.19
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -4378,6 +4378,13 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
4378
4378
|
font-size:var(--font-size-regular);
|
|
4379
4379
|
padding:calc(var(--size-xs) + var(--size-xxs)) calc(var(--size-sm) + 2px);
|
|
4380
4380
|
}
|
|
4381
|
+
.mobius-quote-card__coverage-accordion{
|
|
4382
|
+
display:grid;
|
|
4383
|
+
grid-gap:var(--size-sm);
|
|
4384
|
+
}
|
|
4385
|
+
.mobius-quote-card__coverage .mobius-quote-card__coverage-accordion .mobius-accordion__link{
|
|
4386
|
+
justify-content:left;
|
|
4387
|
+
}
|
|
4381
4388
|
.mobius-quote-card__deductibles-title.--is-p{
|
|
4382
4389
|
margin-top:4px;
|
|
4383
4390
|
margin-bottom:0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.20",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@simplybusiness/mobius": "^5.27.2",
|
|
30
|
-
"@simplybusiness/mobius-chatbot": "^1.
|
|
30
|
+
"@simplybusiness/mobius-chatbot": "^1.4.0",
|
|
31
31
|
"@simplybusiness/mobius-datepicker": "^6.5.17",
|
|
32
|
-
"@simplybusiness/mobius-interventions": "^1.50.
|
|
33
|
-
"@simplybusiness/mobius-journey": "^8.
|
|
32
|
+
"@simplybusiness/mobius-interventions": "^1.50.3",
|
|
33
|
+
"@simplybusiness/mobius-journey": "^8.23.0",
|
|
34
34
|
"@simplybusiness/theme-core": "^7.6.12"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|