ecopages 0.2.0-beta.38 → 0.2.0-beta.39
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/css/view-transitions.css +3 -6
- package/package.json +2 -2
package/css/view-transitions.css
CHANGED
|
@@ -5,14 +5,11 @@
|
|
|
5
5
|
* @import 'ecopages/css/view-transitions.css';
|
|
6
6
|
*
|
|
7
7
|
* Works with both @ecopages/browser-router and @ecopages/react-router.
|
|
8
|
+
*
|
|
9
|
+
* Root opt-out (`html { view-transition-name: none }`) is injected by the router when
|
|
10
|
+
* view transitions are enabled — do not duplicate here.
|
|
8
11
|
*/
|
|
9
12
|
|
|
10
|
-
/* Disable root animation to prevent full page flash during transitions */
|
|
11
|
-
::view-transition-old(root),
|
|
12
|
-
::view-transition-new(root) {
|
|
13
|
-
animation: none;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
13
|
/* Shared element transitions animate position/size smoothly */
|
|
17
14
|
::view-transition-group(*) {
|
|
18
15
|
animation-duration: 180ms;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ecopages",
|
|
3
|
-
"version": "0.2.0-beta.
|
|
3
|
+
"version": "0.2.0-beta.39",
|
|
4
4
|
"description": "CLI utilities for Ecopages",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"ecopages": "bin/cli.js"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@ecopages/core": "0.2.0-beta.
|
|
35
|
+
"@ecopages/core": "0.2.0-beta.39",
|
|
36
36
|
"@ecopages/logger": "^0.2.3",
|
|
37
37
|
"giget": "^2.0.0",
|
|
38
38
|
"tsx": "^4.22.3"
|