@simplybusiness/theme-simplybusiness 1.17.18 → 1.17.19
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 +7 -0
- package/dist/index.css +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.css
CHANGED
|
@@ -3957,6 +3957,12 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3957
3957
|
display:grid;
|
|
3958
3958
|
gap:var(--size-sm);
|
|
3959
3959
|
}
|
|
3960
|
+
.mobius-address-lookup__container .mobius-button{
|
|
3961
|
+
display:flex;
|
|
3962
|
+
}
|
|
3963
|
+
.mobius-text-question__button-link{
|
|
3964
|
+
margin-top:var(--size-sm);
|
|
3965
|
+
}
|
|
3960
3966
|
.mobius-question__date-question-actions{
|
|
3961
3967
|
display:grid;
|
|
3962
3968
|
grid-template-columns:repeat(2, 1fr);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.19",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@simplybusiness/mobius-chatbot": "^1.0.8",
|
|
31
31
|
"@simplybusiness/mobius-datepicker": "^6.5.11",
|
|
32
32
|
"@simplybusiness/mobius-interventions": "^1.35.0",
|
|
33
|
-
"@simplybusiness/mobius-journey": "^8.
|
|
33
|
+
"@simplybusiness/mobius-journey": "^8.13.0",
|
|
34
34
|
"@simplybusiness/theme-core": "^7.6.7"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|