@simplybusiness/theme-simplybusiness 1.5.4 → 1.5.5
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 +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @simplybusiness/theme-simplybusiness
|
|
2
2
|
|
|
3
|
+
## 1.5.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [f87e063]
|
|
8
|
+
- Updated dependencies [b8d1fd5]
|
|
9
|
+
- Updated dependencies [df48506]
|
|
10
|
+
- @simplybusiness/mobius-journey@6.29.0
|
|
11
|
+
|
|
3
12
|
## 1.5.4
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -3580,6 +3580,10 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3580
3580
|
margin-top:0;
|
|
3581
3581
|
margin-bottom:var(--size-xs);
|
|
3582
3582
|
}
|
|
3583
|
+
.mobius-address-lookup__container{
|
|
3584
|
+
display:grid;
|
|
3585
|
+
gap:var(--size-sm);
|
|
3586
|
+
}
|
|
3583
3587
|
:root,
|
|
3584
3588
|
:host{
|
|
3585
3589
|
--section-max-width:552px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.5",
|
|
4
4
|
"main": "dist/index.css",
|
|
5
5
|
"simplyBusiness": {
|
|
6
6
|
"publishToPublicNpm": true
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@simplybusiness/mobius": "^5.15.1",
|
|
30
30
|
"@simplybusiness/mobius-datepicker": "^6.0.25",
|
|
31
|
-
"@simplybusiness/mobius-journey": "^6.
|
|
31
|
+
"@simplybusiness/mobius-journey": "^6.29.0",
|
|
32
32
|
"@simplybusiness/theme-core": "^7.2.16"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|