@simplybusiness/theme-simplybusiness 1.5.13 → 1.5.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 +8 -0
- package/dist/index.css +5 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.css
CHANGED
|
@@ -3481,12 +3481,16 @@ svg:not(:host).svg-inline--mobius-icon{
|
|
|
3481
3481
|
}
|
|
3482
3482
|
:root{
|
|
3483
3483
|
interpolate-size:allow-keywords;
|
|
3484
|
+
--animation-duration:0.4s;
|
|
3485
|
+
}
|
|
3486
|
+
::view-transition-group(root){
|
|
3487
|
+
animation-duration:var(--animation-duration);
|
|
3484
3488
|
}
|
|
3485
3489
|
.mobius-collapsible{
|
|
3486
3490
|
max-width:748px;
|
|
3487
|
-
--animation-duration:0.5s;
|
|
3488
3491
|
}
|
|
3489
3492
|
.mobius-collapsible__details{
|
|
3493
|
+
view-transition-name:"details-content";
|
|
3490
3494
|
border:1px solid var(--color-border-medium);
|
|
3491
3495
|
border-radius:var(--radius-2);
|
|
3492
3496
|
padding:var(--size-sm);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/theme-simplybusiness",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.14",
|
|
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.4",
|
|
30
30
|
"@simplybusiness/mobius-datepicker": "^6.0.28",
|
|
31
|
-
"@simplybusiness/mobius-journey": "^6.34.
|
|
31
|
+
"@simplybusiness/mobius-journey": "^6.34.2",
|
|
32
32
|
"@simplybusiness/theme-core": "^7.2.19"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|