@simplybusiness/theme-simplybusiness 1.17.2 → 1.17.3
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 +3 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.css
CHANGED
|
@@ -5176,6 +5176,9 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
5176
5176
|
border:1px solid var(--color-border);
|
|
5177
5177
|
background-color:var(--color-background);
|
|
5178
5178
|
}
|
|
5179
|
+
.mobius-skip_to_next_coverage__skeleton{
|
|
5180
|
+
align-items:unset;
|
|
5181
|
+
}
|
|
5179
5182
|
.mobius-referral{
|
|
5180
5183
|
display:grid;
|
|
5181
5184
|
column-gap:var(--size-xl);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.3",
|
|
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.25.2",
|
|
30
30
|
"@simplybusiness/mobius-datepicker": "^6.5.7",
|
|
31
|
-
"@simplybusiness/mobius-journey": "^8.
|
|
31
|
+
"@simplybusiness/mobius-journey": "^8.4.0",
|
|
32
32
|
"@simplybusiness/theme-core": "^7.6.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|